#c85331

Color #C85331 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C85331

Tints of Trinidad #C85331

Color information

#C85331 (or 0xC85331) is unknown color: approx Trinidad. HEX triplet: C8, 53 and 31. RGB value is (200,83,49). Sum of RGB (Red+Green+Blue) = 200+83+49=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C85331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85331 is #37ACCE. Grayscale: #727272. Windows color (decimal): -3648719 or 3232712. OLE color: 3232712.

HSL color Cylindrical-coordinate representation of color #C85331: hue angle of 13.51º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C85331 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB2008349-
CMYK00.580.760.22
HSL13.51º60.64%48.82%-
HSV(B)13.51º75.5%78.43%-
XYZ27.4718.695.07-
YUV114.1191.26189.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 60.24%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 14.76%
R=60.24%
G=25%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200834900.580.760.2213.5160.6448.82
HexC8533103A4C16e3d31
Octal3101236107211426167561
Binary11001000101001111000101110101001100101101110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c85331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c85331; }

 p { color: rgb(200,83,49); }

 H1.HeaderClassName
 {
   color: #c85331;
 }
 .AnyTagClassName
 {
   color: #c85331;
 }
</style>
background-color css

<style>
 a { background-color: #c85331; }

 a { background-color: rgb(200,83,49); }

 div.DivClassName
 {
   background-color: #c85331;
 }
 .BgClassName
 {
   background-color: #c85331;
 }
</style>
border-color css

<style>
 span { border-color: #c85331; }

 span { border-color: rgb(200,83,49); }

 td.TdClassName
 {
   border-color: #c85331;
 }
 .TagClassName
 {
   border-color: #c85331;
 }
</style>