Html Css Color HEX #CC5220 Trinidad

📋 copy color: '#CC5220'

red 204 ◦ green 82 ◦ blue 32

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

Shades of Trinidad #CC5220

Tints of Trinidad #CC5220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.06%

R = 64.15%
G = 25.79%
B = 10.06%

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

#CC5220 (or 0xCC5220) is known color: Trinidad. HEX triplet: CC, 52 and 20. RGB value is (204,82,32). Sum of RGB (Red+Green+Blue) = 204+82+32=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5220 is #33ADDF. Grayscale: #717171. Windows color (decimal): -3386848 or 2118348. OLE color: 2118348.

HSL color Cylindrical-coordinate representation of color #CC5220: hue angle of 17.44º degrees, saturation: 0.73, 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 #CC5220 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 32 -
CMYK 0 0.60 0.84 0.2
HSL 17.44º 0.73% 0.46% -
HSV(B) 17.44º 0.84% 0.8% -
XYZ 28.18 18.98 3.54 -
YUV 112.78 82.42 193.07 -
System Red Green Blue C M Y K H S L
Decimal 204 82 32 0 0.60 0.84 0.2 17.44 0.73 0.46
Hex CC 52 20 0 3C 54 14 11 49 2E
Octal 314 122 40 0 74 124 24 21 111 56
Binary 11001100 1010010 100000 0 111100 1010100 10100 10001 1001001 101110

Color Harmonies of #CC5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5220

Black with #CC5220

Text Example


Text Example

White with #CC5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5220; }

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

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

background-color css

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

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

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

border-color css

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

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

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