#C84E39

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

Shades of Trinidad #C84E39

Tints of Trinidad #C84E39

Color information

#C84E39 (or 0xC84E39) is unknown color: approx Trinidad. HEX triplet: C8, 4E and 39. RGB value is (200,78,57). Sum of RGB (Red+Green+Blue) = 200+78+57=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E39 is #37B1C6. Grayscale: #707070. Windows color (decimal): -3649991 or 3755720. OLE color: 3755720.

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

Color convert

RGB2007857-
CMYK00.610.720.22
HSL8.81º56.52%50.39%-
HSV(B)8.81º71.5%78.43%-
XYZ27.2818.025.91-
YUV112.0896.92190.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.70%
GREEN value IS 78 (30.86% from 255) = 23.28%
BLUE value IS 57 (22.66% from 255) = 17.01%
R=59.70%
G=23.28%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200785700.610.720.228.8156.5250.39
HexC84E3903D481693932
Octal3101167107511026117162
Binary11001000100111011100101111011001000101101001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84E39; }

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

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

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

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

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

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

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

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