Html Css Color HEX #CC5532 Trinidad

📋 copy color: '#CC5532'

red 204 ◦ green 85 ◦ blue 50

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

Shades of Trinidad #CC5532

Tints of Trinidad #CC5532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 60.18%
G = 25.07%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC5532 (or 0xCC5532) is known color: Trinidad. HEX triplet: CC, 55 and 32. RGB value is (204,85,50). Sum of RGB (Red+Green+Blue) = 204+85+50=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5532 is #33AACD. Grayscale: #747474. Windows color (decimal): -3386062 or 3298764. OLE color: 3298764.

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

Color convert

RGB 204 85 50 -
CMYK 0 0.58 0.75 0.2
HSL 13.64º 0.61% 0.5% -
HSV(B) 13.64º 0.75% 0.8% -
XYZ 28.73 19.56 5.28 -
YUV 116.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 204 85 50 0 0.58 0.75 0.2 13.64 0.61 0.5
Hex CC 55 32 0 3A 4B 14 E 3D 32
Octal 314 125 62 0 72 113 24 16 75 62
Binary 11001100 1010101 110010 0 111010 1001011 10100 1110 111101 110010

Color Harmonies of #CC5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5532

Black with #CC5532

Text Example


Text Example

White with #CC5532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5532; }

 p { color: rgb(204,85,50); }

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

background-color css

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

 a { background-color: rgb(204,85,50); }

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

border-color css

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

 span { border-color: rgb(204,85,50); }

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