#C8502C

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

Shades of Trinidad #C8502C

Tints of Trinidad #C8502C

Color information

#C8502C (or 0xC8502C) is unknown color: approx Trinidad. HEX triplet: C8, 50 and 2C. RGB value is (200,80,44). Sum of RGB (Red+Green+Blue) = 200+80+44=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C8502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8502C is #37AFD3. Grayscale: #707070. Windows color (decimal): -3649492 or 2904264. OLE color: 2904264.

HSL color Cylindrical-coordinate representation of color #C8502C: hue angle of 13.85º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8502C is Cyan = 0, Magento = 0.6, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB2008044-
CMYK00.60.780.22
HSL13.85º63.93%47.84%-
HSV(B)13.85º78%78.43%-
XYZ27.1418.24.46-
YUV111.7889.76190.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.73%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=61.73%
G=24.69%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200804400.60.780.2213.8563.9347.84
HexC8502C03C4E16e4030
Octal31012054074116261610060
Binary110010001010000101100011110010011101011011101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8502C; }

 p { color: rgb(200,80,44); }

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

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

 a { background-color: rgb(200,80,44); }

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

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

 span { border-color: rgb(200,80,44); }

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