Html Css Color HEX #CC5221 Trinidad

📋 copy color: '#CC5221'

red 204 ◦ green 82 ◦ blue 33

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

Shades of Trinidad #CC5221

Tints of Trinidad #CC5221

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.71%

 BLUE value IS 33 (13.28% from 255) = 10.34%

R = 63.95%
G = 25.71%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC5221 (or 0xCC5221) is known color: Trinidad. HEX triplet: CC, 52 and 21. RGB value is (204,82,33). Sum of RGB (Red+Green+Blue) = 204+82+33=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5221 is #33ADDE. Grayscale: #717171. Windows color (decimal): -3386847 or 2183884. OLE color: 2183884.

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

Color convert

RGB 204 82 33 -
CMYK 0 0.60 0.84 0.2
HSL 17.19º 0.72% 0.46% -
HSV(B) 17.19º 0.84% 0.8% -
XYZ 28.19 18.98 3.62 -
YUV 112.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 204 82 33 0 0.60 0.84 0.2 17.19 0.72 0.46
Hex CC 52 21 0 3C 54 14 11 48 2E
Octal 314 122 41 0 74 124 24 21 110 56
Binary 11001100 1010010 100001 0 111100 1010100 10100 10001 1001000 101110

Color Harmonies of #CC5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5221

Black with #CC5221

Text Example


Text Example

White with #CC5221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5221; }

 p { color: rgb(204,82,33); }

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

background-color css

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

 a { background-color: rgb(204,82,33); }

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

border-color css

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

 span { border-color: rgb(204,82,33); }

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