#CC5639

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

Shades of Trinidad #CC5639

Tints of Trinidad #CC5639

Color information

#CC5639 (or 0xCC5639) is unknown color: approx Trinidad. HEX triplet: CC, 56 and 39. RGB value is (204,86,57). Sum of RGB (Red+Green+Blue) = 204+86+57=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5639 is #33A9C6. Grayscale: #767676. Windows color (decimal): -3385799 or 3757772. OLE color: 3757772.

HSL color Cylindrical-coordinate representation of color #CC5639: hue angle of 11.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC5639 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB2048657-
CMYK00.580.720.2
HSL11.84º59.04%51.18%-
HSV(B)11.84º72.06%80%-
XYZ28.9719.796.16-
YUV117.9893.59189.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.79%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 57 (22.66% from 255) = 16.43%
R=58.79%
G=24.78%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204865700.580.720.211.8459.0451.18
HexCC563903A4814c3b33
Octal3141267107211024147363
Binary11001100101011011100101110101001000101001100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5639; }

 p { color: rgb(204,86,57); }

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

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

 a { background-color: rgb(204,86,57); }

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

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

 span { border-color: rgb(204,86,57); }

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