Html Css Color HEX #CC5639 Trinidad

📋 copy color: '#CC5639'

red 204 ◦ green 86 ◦ blue 57

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

Shades of Trinidad #CC5639

Tints of Trinidad #CC5639

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 value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC5639 (or 0xCC5639) is known color: 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

RGB 204 86 57 -
CMYK 0 0.58 0.72 0.2
HSL 11.84º 0.59% 0.51% -
HSV(B) 11.84º 0.72% 0.8% -
XYZ 28.97 19.79 6.16 -
YUV 117.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 204 86 57 0 0.58 0.72 0.2 11.84 0.59 0.51
Hex CC 56 39 0 3A 48 14 C 3B 33
Octal 314 126 71 0 72 110 24 14 73 63
Binary 11001100 1010110 111001 0 111010 1001000 10100 1100 111011 110011

Color Harmonies of #CC5639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5639

Black with #CC5639

Text Example


Text Example

White with #CC5639

Text Example


Text Example

HTML Codes & Css Web 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>