#C8552B

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

Shades of Trinidad #C8552B

Tints of Trinidad #C8552B

Color information

#C8552B (or 0xC8552B) is unknown color: approx Trinidad. HEX triplet: C8, 55 and 2B. RGB value is (200,85,43). Sum of RGB (Red+Green+Blue) = 200+85+43=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8552B is #37AAD4. Grayscale: #727272. Windows color (decimal): -3648213 or 2840008. OLE color: 2840008.

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

Color convert

RGB2008543-
CMYK00.580.780.22
HSL16.05º64.61%47.65%-
HSV(B)16.05º78.5%78.43%-
XYZ27.518.954.49-
YUV114.687.6188.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.98%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 43 (17.19% from 255) = 13.11%
R=60.98%
G=25.91%
B=13.11%

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
Decimal200854300.580.780.2216.0564.6147.65
HexC8552B03A4E16104130
Octal31012553072116262010160
Binary1100100010101011010110111010100111010110100001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8552B; }

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

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

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

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

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

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

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

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