#C85539

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

Shades of Trinidad #C85539

Tints of Trinidad #C85539

Color information

#C85539 (or 0xC85539) is unknown color: approx Trinidad. HEX triplet: C8, 55 and 39. RGB value is (200,85,57). Sum of RGB (Red+Green+Blue) = 200+85+57=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C85539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85539 is #37AAC6. Grayscale: #747474. Windows color (decimal): -3648199 or 3757512. OLE color: 3757512.

HSL color Cylindrical-coordinate representation of color #C85539: hue angle of 11.75º 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 #C85539 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB2008557-
CMYK00.580.720.22
HSL11.75º56.52%50.39%-
HSV(B)11.75º71.5%78.43%-
XYZ27.8119.076.09-
YUV116.1994.6187.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 58.48%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=58.48%
G=24.85%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200855700.580.720.2211.7556.5250.39
HexC8553903A4816c3932
Octal3101257107211026147162
Binary11001000101010111100101110101001000101101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85539; }

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

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

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

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

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

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

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

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