Html Css Color HEX #CC7505 Mango Tango

📋 copy color: '#CC7505'

red 204 ◦ green 117 ◦ blue 5

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

Shades of Mango Tango #CC7505

Tints of Mango Tango #CC7505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 62.58%
G = 35.89%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC7505 (or 0xCC7505) is known color: Mango Tango. HEX triplet: CC, 75 and 05. RGB value is (204,117,5). Sum of RGB (Red+Green+Blue) = 204+117+5=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7505 is #338AFA. Grayscale: #828282. Windows color (decimal): -3377915 or 357836. OLE color: 357836.

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

Color convert

RGB 204 117 5 -
CMYK 0 0.43 0.98 0.2
HSL 33.77º 0.95% 0.41% -
HSV(B) 33.77º 0.98% 0.8% -
XYZ 31.29 25.57 3.43 -
YUV 130.25 57.32 180.61 -
System Red Green Blue C M Y K H S L
Decimal 204 117 5 0 0.43 0.98 0.2 33.77 0.95 0.41
Hex CC 75 5 0 2B 62 14 22 5F 29
Octal 314 165 5 0 53 142 24 42 137 51
Binary 11001100 1110101 101 0 101011 1100010 10100 100010 1011111 101001

Color Harmonies of #CC7505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7505

Black with #CC7505

Text Example


Text Example

White with #CC7505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7505; }

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

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

background-color css

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

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

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

border-color css

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

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

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