Html Css Color HEX #CC5320 Trinidad

📋 copy color: '#CC5320'

red 204 ◦ green 83 ◦ blue 32

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

Shades of Trinidad #CC5320

Tints of Trinidad #CC5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

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

R = 63.95%
G = 26.02%
B = 10.03%

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

#CC5320 (or 0xCC5320) is known color: Trinidad. HEX triplet: CC, 53 and 20. RGB value is (204,83,32). Sum of RGB (Red+Green+Blue) = 204+83+32=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5320 is #33ACDF. Grayscale: #717171. Windows color (decimal): -3386592 or 2118604. OLE color: 2118604.

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

Color convert

RGB 204 83 32 -
CMYK 0 0.59 0.84 0.2
HSL 17.79º 0.73% 0.46% -
HSV(B) 17.79º 0.84% 0.8% -
XYZ 28.26 19.13 3.57 -
YUV 113.37 82.09 192.65 -
System Red Green Blue C M Y K H S L
Decimal 204 83 32 0 0.59 0.84 0.2 17.79 0.73 0.46
Hex CC 53 20 0 3B 54 14 12 49 2E
Octal 314 123 40 0 73 124 24 22 111 56
Binary 11001100 1010011 100000 0 111011 1010100 10100 10010 1001001 101110

Color Harmonies of #CC5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5320

Black with #CC5320

Text Example


Text Example

White with #CC5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5320; }

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

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

background-color css

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

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

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

border-color css

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

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

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