Html Css Color HEX #CC7531 Tango

📋 copy color: '#CC7531'

red 204 ◦ green 117 ◦ blue 49

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

Shades of Tango #CC7531

Tints of Tango #CC7531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.24%

R = 55.14%
G = 31.62%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#CC7531 (or 0xCC7531) is known color: Tango. HEX triplet: CC, 75 and 31. RGB value is (204,117,49). Sum of RGB (Red+Green+Blue) = 204+117+49=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7531 is #338ACE. Grayscale: #878787. Windows color (decimal): -3377871 or 3241420. OLE color: 3241420.

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

Color convert

RGB 204 117 49 -
CMYK 0 0.43 0.76 0.2
HSL 26.32º 0.61% 0.5% -
HSV(B) 26.32º 0.76% 0.8% -
XYZ 31.82 25.78 6.21 -
YUV 135.26 79.32 177.03 -
System Red Green Blue C M Y K H S L
Decimal 204 117 49 0 0.43 0.76 0.2 26.32 0.61 0.5
Hex CC 75 31 0 2B 4C 14 1A 3D 32
Octal 314 165 61 0 53 114 24 32 75 62
Binary 11001100 1110101 110001 0 101011 1001100 10100 11010 111101 110010

Color Harmonies of #CC7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7531

Black with #CC7531

Text Example


Text Example

White with #CC7531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7531; }

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

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

background-color css

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

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

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

border-color css

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

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

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