Html Css Color HEX #CC5322 Trinidad

📋 copy color: '#CC5322'

red 204 ◦ green 83 ◦ blue 34

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

Shades of Trinidad #CC5322

Tints of Trinidad #CC5322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.59%

R = 63.55%
G = 25.86%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC5322 (or 0xCC5322) is known color: Trinidad. HEX triplet: CC, 53 and 22. RGB value is (204,83,34). Sum of RGB (Red+Green+Blue) = 204+83+34=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5322 is #33ACDD. Grayscale: #717171. Windows color (decimal): -3386590 or 2249676. OLE color: 2249676.

HSL color Cylindrical-coordinate representation of color #CC5322: hue angle of 17.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC5322 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 83 34 -
CMYK 0 0.59 0.83 0.2
HSL 17.29º 0.71% 0.47% -
HSV(B) 17.29º 0.83% 0.8% -
XYZ 28.28 19.14 3.72 -
YUV 113.59 83.09 192.48 -
System Red Green Blue C M Y K H S L
Decimal 204 83 34 0 0.59 0.83 0.2 17.29 0.71 0.47
Hex CC 53 22 0 3B 53 14 11 47 2F
Octal 314 123 42 0 73 123 24 21 107 57
Binary 11001100 1010011 100010 0 111011 1010011 10100 10001 1000111 101111

Color Harmonies of #CC5322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5322

Black with #CC5322

Text Example


Text Example

White with #CC5322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5322; }

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

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

background-color css

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

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

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

border-color css

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

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

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