Html Css Color HEX #CC5421 Trinidad

📋 copy color: '#CC5421'

red 204 ◦ green 84 ◦ blue 33

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

Shades of Trinidad #CC5421

Tints of Trinidad #CC5421

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 63.55%
G = 26.17%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC5421 (or 0xCC5421) is known color: Trinidad. HEX triplet: CC, 54 and 21. RGB value is (204,84,33). Sum of RGB (Red+Green+Blue) = 204+84+33=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5421 is #33ABDE. Grayscale: #727272. Windows color (decimal): -3386335 or 2184396. OLE color: 2184396.

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

Color convert

RGB 204 84 33 -
CMYK 0 0.59 0.84 0.2
HSL 17.89º 0.72% 0.46% -
HSV(B) 17.89º 0.84% 0.8% -
XYZ 28.35 19.29 3.67 -
YUV 114.07 82.26 192.15 -
System Red Green Blue C M Y K H S L
Decimal 204 84 33 0 0.59 0.84 0.2 17.89 0.72 0.46
Hex CC 54 21 0 3B 54 14 12 48 2E
Octal 314 124 41 0 73 124 24 22 110 56
Binary 11001100 1010100 100001 0 111011 1010100 10100 10010 1001000 101110

Color Harmonies of #CC5421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5421

Black with #CC5421

Text Example


Text Example

White with #CC5421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5421; }

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

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

background-color css

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

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

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

border-color css

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

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

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