Html Css Color HEX #CC7034 Tango

📋 copy color: '#CC7034'

red 204 ◦ green 112 ◦ blue 52

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

Shades of Tango #CC7034

Tints of Tango #CC7034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.13%

R = 55.43%
G = 30.43%
B = 14.13%

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

#CC7034 (or 0xCC7034) is known color: Tango. HEX triplet: CC, 70 and 34. RGB value is (204,112,52). Sum of RGB (Red+Green+Blue) = 204+112+52=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7034 is #338FCB. Grayscale: #858585. Windows color (decimal): -3379148 or 3436748. OLE color: 3436748.

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

Color convert

RGB 204 112 52 -
CMYK 0 0.45 0.75 0.2
HSL 23.68º 0.6% 0.5% -
HSV(B) 23.68º 0.75% 0.8% -
XYZ 31.32 24.67 6.36 -
YUV 132.67 82.48 178.88 -
System Red Green Blue C M Y K H S L
Decimal 204 112 52 0 0.45 0.75 0.2 23.68 0.6 0.5
Hex CC 70 34 0 2D 4B 14 18 3C 32
Octal 314 160 64 0 55 113 24 30 74 62
Binary 11001100 1110000 110100 0 101101 1001011 10100 11000 111100 110010

Color Harmonies of #CC7034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7034

Black with #CC7034

Text Example


Text Example

White with #CC7034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7034; }

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

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

background-color css

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

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

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

border-color css

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

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

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