Html Css Color HEX #CC7532 Tango

📋 copy color: '#CC7532'

red 204 ◦ green 117 ◦ blue 50

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

Shades of Tango #CC7532

Tints of Tango #CC7532

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.54%

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

R = 54.99%
G = 31.54%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC7532 (or 0xCC7532) is known color: Tango. HEX triplet: CC, 75 and 32. RGB value is (204,117,50). Sum of RGB (Red+Green+Blue) = 204+117+50=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7532 is #338ACD. Grayscale: #878787. Windows color (decimal): -3377870 or 3306956. OLE color: 3306956.

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

Color convert

RGB 204 117 50 -
CMYK 0 0.43 0.75 0.2
HSL 26.1º 0.61% 0.5% -
HSV(B) 26.1º 0.75% 0.8% -
XYZ 31.84 25.79 6.32 -
YUV 135.38 79.82 176.95 -
System Red Green Blue C M Y K H S L
Decimal 204 117 50 0 0.43 0.75 0.2 26.1 0.61 0.5
Hex CC 75 32 0 2B 4B 14 1A 3D 32
Octal 314 165 62 0 53 113 24 32 75 62
Binary 11001100 1110101 110010 0 101011 1001011 10100 11010 111101 110010

Color Harmonies of #CC7532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7532

Black with #CC7532

Text Example


Text Example

White with #CC7532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7532; }

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

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

background-color css

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

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

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

border-color css

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

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

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