Html Css Color HEX #CC7033 Tango

📋 copy color: '#CC7033'

red 204 ◦ green 112 ◦ blue 51

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

Shades of Tango #CC7033

Tints of Tango #CC7033

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 51 (20.31% from 255) = 13.9%

R = 55.59%
G = 30.52%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7033 (or 0xCC7033) is known color: Tango. HEX triplet: CC, 70 and 33. RGB value is (204,112,51). Sum of RGB (Red+Green+Blue) = 204+112+51=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7033 is #338FCC. Grayscale: #848484. Windows color (decimal): -3379149 or 3371212. OLE color: 3371212.

HSL color Cylindrical-coordinate representation of color #CC7033: hue angle of 23.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC7033 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 51 -
CMYK 0 0.45 0.75 0.2
HSL 23.92º 0.6% 0.5% -
HSV(B) 23.92º 0.75% 0.8% -
XYZ 31.29 24.66 6.24 -
YUV 132.55 81.98 178.96 -
System Red Green Blue C M Y K H S L
Decimal 204 112 51 0 0.45 0.75 0.2 23.92 0.6 0.5
Hex CC 70 33 0 2D 4B 14 18 3C 32
Octal 314 160 63 0 55 113 24 30 74 62
Binary 11001100 1110000 110011 0 101101 1001011 10100 11000 111100 110010

Color Harmonies of #CC7033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7033

Black with #CC7033

Text Example


Text Example

White with #CC7033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7033; }

 p { color: rgb(204,112,51); }

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

background-color css

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

 a { background-color: rgb(204,112,51); }

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

border-color css

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

 span { border-color: rgb(204,112,51); }

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