Html Css Color HEX #CC7232 Tango

📋 copy color: '#CC7232'

red 204 ◦ green 114 ◦ blue 50

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

Shades of Tango #CC7232

Tints of Tango #CC7232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.98%

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 55.43%
G = 30.98%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7232 (or 0xCC7232) is known color: Tango. HEX triplet: CC, 72 and 32. RGB value is (204,114,50). Sum of RGB (Red+Green+Blue) = 204+114+50=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7232 is #338DCD. Grayscale: #858585. Windows color (decimal): -3378638 or 3306188. OLE color: 3306188.

HSL color Cylindrical-coordinate representation of color #CC7232: hue angle of 24.94º degrees, saturation: 0.61, 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 #CC7232 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 114 50 -
CMYK 0 0.44 0.75 0.2
HSL 24.94º 0.61% 0.5% -
HSV(B) 24.94º 0.75% 0.8% -
XYZ 31.49 25.1 6.2 -
YUV 133.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 204 114 50 0 0.44 0.75 0.2 24.94 0.61 0.5
Hex CC 72 32 0 2C 4B 14 19 3D 32
Octal 314 162 62 0 54 113 24 31 75 62
Binary 11001100 1110010 110010 0 101100 1001011 10100 11001 111101 110010

Color Harmonies of #CC7232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7232

Black with #CC7232

Text Example


Text Example

White with #CC7232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7232; }

 p { color: rgb(204,114,50); }

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

background-color css

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

 a { background-color: rgb(204,114,50); }

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

border-color css

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

 span { border-color: rgb(204,114,50); }

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