Html Css Color HEX #CD7502 Mango Tango

📋 copy color: '#CD7502'

red 205 ◦ green 117 ◦ blue 2

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

Shades of Mango Tango #CD7502

Tints of Mango Tango #CD7502

RGB

 RED value IS 205 (80.47% from 255) = 63.27%

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 63.27%
G = 36.11%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#CD7502 (or 0xCD7502) is known color: Mango Tango. HEX triplet: CD, 75 and 02. RGB value is (205,117,2). Sum of RGB (Red+Green+Blue) = 205+117+2=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7502 is #328AFD. Grayscale: #828282. Windows color (decimal): -3312382 or 161229. OLE color: 161229.

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

Color convert

RGB 205 117 2 -
CMYK 0 0.43 0.99 0.20
HSL 33.99º 0.98% 0.41% -
HSV(B) 33.99º 0.99% 0.8% -
XYZ 31.55 25.71 3.36 -
YUV 130.2 55.65 181.35 -
System Red Green Blue C M Y K H S L
Decimal 205 117 2 0 0.43 0.99 0.20 33.99 0.98 0.41
Hex CD 75 2 0 2B 63 14 22 62 29
Octal 315 165 2 0 53 143 24 42 142 51
Binary 11001101 1110101 10 0 101011 1100011 10100 100010 1100010 101001

Color Harmonies of #CD7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7502

Black with #CD7502

Text Example


Text Example

White with #CD7502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7502; }

 p { color: rgb(205,117,2); }

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

background-color css

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

 a { background-color: rgb(205,117,2); }

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

border-color css

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

 span { border-color: rgb(205,117,2); }

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