Html Css Color HEX #CD7201 Mango Tango

📋 copy color: '#CD7201'

red 205 ◦ green 114 ◦ blue 1

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

Shades of Mango Tango #CD7201

Tints of Mango Tango #CD7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 64.06%
G = 35.63%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CD7201 (or 0xCD7201) is known color: Mango Tango. HEX triplet: CD, 72 and 01. RGB value is (205,114,1). Sum of RGB (Red+Green+Blue) = 205+114+1=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7201 is #328DFE. Grayscale: #808080. Windows color (decimal): -3313151 or 94925. OLE color: 94925.

HSL color Cylindrical-coordinate representation of color #CD7201: hue angle of 33.24º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD7201 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 114 1 -
CMYK 0 0.44 1.00 0.20
HSL 33.24º 0.99% 0.4% -
HSV(B) 33.24º 1% 0.8% -
XYZ 31.2 25.02 3.21 -
YUV 128.33 56.15 182.69 -
System Red Green Blue C M Y K H S L
Decimal 205 114 1 0 0.44 1.00 0.20 33.24 0.99 0.4
Hex CD 72 1 0 2C 64 14 21 63 28
Octal 315 162 1 0 54 144 24 41 143 50
Binary 11001101 1110010 1 0 101100 1100100 10100 100001 1100011 101000

Color Harmonies of #CD7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7201

Black with #CD7201

Text Example


Text Example

White with #CD7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7201; }

 p { color: rgb(205,114,1); }

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

background-color css

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

 a { background-color: rgb(205,114,1); }

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

border-color css

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

 span { border-color: rgb(205,114,1); }

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