#C8552C

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

Shades of Trinidad #C8552C

Tints of Trinidad #C8552C

Color information

#C8552C (or 0xC8552C) is unknown color: approx Trinidad. HEX triplet: C8, 55 and 2C. RGB value is (200,85,44). Sum of RGB (Red+Green+Blue) = 200+85+44=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8552C is #37AAD3. Grayscale: #727272. Windows color (decimal): -3648212 or 2905544. OLE color: 2905544.

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

Color convert

RGB2008544-
CMYK00.580.780.22
HSL15.77º63.93%47.84%-
HSV(B)15.77º78%78.43%-
XYZ27.5218.964.59-
YUV114.7188.1188.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.79%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 44 (17.58% from 255) = 13.37%
R=60.79%
G=25.84%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200854400.580.780.2215.7763.9347.84
HexC8552C03A4E16104030
Octal31012554072116262010060
Binary1100100010101011011000111010100111010110100001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8552C; }

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

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

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

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

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

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

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

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