#C85639

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

Shades of Trinidad #C85639

Tints of Trinidad #C85639

Color information

#C85639 (or 0xC85639) is unknown color: approx Trinidad. HEX triplet: C8, 56 and 39. RGB value is (200,86,57). Sum of RGB (Red+Green+Blue) = 200+86+57=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C85639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85639 is #37A9C6. Grayscale: #757575. Windows color (decimal): -3647943 or 3757768. OLE color: 3757768.

HSL color Cylindrical-coordinate representation of color #C85639: hue angle of 12.17º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C85639 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB2008657-
CMYK00.570.720.22
HSL12.17º56.52%50.39%-
HSV(B)12.17º71.5%78.43%-
XYZ27.8919.236.11-
YUV116.7894.27187.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.31%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 57 (22.66% from 255) = 16.62%
R=58.31%
G=25.07%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200865700.570.720.2212.1756.5250.39
HexC856390394816c3932
Octal3101267107111026147162
Binary11001000101011011100101110011001000101101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85639; }

 p { color: rgb(200,86,57); }

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

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

 a { background-color: rgb(200,86,57); }

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

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

 span { border-color: rgb(200,86,57); }

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