Html Css Color HEX #CC5637 Trinidad

📋 copy color: '#CC5637'

red 204 ◦ green 86 ◦ blue 55

#CC5637
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #CC5637

Tints of Trinidad #CC5637

RGB

 RED value IS 204 (80.08% from 255) = 59.13%

 GREEN value IS 86 (33.98% from 255) = 24.93%

 BLUE value IS 55 (21.88% from 255) = 15.94%

R = 59.13%
G = 24.93%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC5637 (or 0xCC5637) is known color: Trinidad. HEX triplet: CC, 56 and 37. RGB value is (204,86,55). Sum of RGB (Red+Green+Blue) = 204+86+55=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5637 is #33A9C8. Grayscale: #757575. Windows color (decimal): -3385801 or 3626700. OLE color: 3626700.

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

Color convert

RGB 204 86 55 -
CMYK 0 0.58 0.73 0.2
HSL 12.48º 0.59% 0.51% -
HSV(B) 12.48º 0.73% 0.8% -
XYZ 28.92 19.77 5.91 -
YUV 117.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 204 86 55 0 0.58 0.73 0.2 12.48 0.59 0.51
Hex CC 56 37 0 3A 49 14 C 3B 33
Octal 314 126 67 0 72 111 24 14 73 63
Binary 11001100 1010110 110111 0 111010 1001001 10100 1100 111011 110011

Color Harmonies of #CC5637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5637

Black with #CC5637

Text Example


Text Example

White with #CC5637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5637; }

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

 H1.HeaderClassName
 {
   color: #CC5637;
 }
 .AnyTagClassName
 {
   color: #CC5637;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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