#C5552C

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

Shades of Trinidad #C5552C

Tints of Trinidad #C5552C

Color information

#C5552C (or 0xC5552C) is unknown color: approx Trinidad. HEX triplet: C5, 55 and 2C. RGB value is (197,85,44). Sum of RGB (Red+Green+Blue) = 197+85+44=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5552C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5552C is #3AAAD3. Grayscale: #727272. Windows color (decimal): -3844820 or 2905541. OLE color: 2905541.

HSL color Cylindrical-coordinate representation of color #C5552C: hue angle of 16.08º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5552C is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB1978544-
CMYK00.570.780.23
HSL16.08º63.49%47.25%-
HSV(B)16.08º77.66%77.25%-
XYZ26.7318.554.55-
YUV113.8188.61187.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.43%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 44 (17.58% from 255) = 13.50%
R=60.43%
G=26.07%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197854400.570.780.2316.0863.4947.25
HexC5552C0394E17103f2f
Octal3051255407111627207757
Binary110001011010101101100011100110011101011110000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5552C; }

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

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

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

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

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

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

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

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