Html Css Color HEX #CD7005 Mango Tango

📋 copy color: '#CD7005'

red 205 ◦ green 112 ◦ blue 5

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

Shades of Mango Tango #CD7005

Tints of Mango Tango #CD7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.78%

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

R = 63.66%
G = 34.78%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CD7005 (or 0xCD7005) is known color: Mango Tango. HEX triplet: CD, 70 and 05. RGB value is (205,112,5). Sum of RGB (Red+Green+Blue) = 205+112+5=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7005 is #328FFA. Grayscale: #808080. Windows color (decimal): -3313659 or 356557. OLE color: 356557.

HSL color Cylindrical-coordinate representation of color #CD7005: hue angle of 32.1º 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 #CD7005 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 112 5 -
CMYK 0 0.45 0.98 0.20
HSL 32.1º 0.95% 0.41% -
HSV(B) 32.1º 0.98% 0.8% -
XYZ 31 24.58 3.25 -
YUV 127.61 58.81 183.2 -
System Red Green Blue C M Y K H S L
Decimal 205 112 5 0 0.45 0.98 0.20 32.1 0.95 0.41
Hex CD 70 5 0 2D 62 14 20 5F 29
Octal 315 160 5 0 55 142 24 40 137 51
Binary 11001101 1110000 101 0 101101 1100010 10100 100000 1011111 101001

Color Harmonies of #CD7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7005

Black with #CD7005

Text Example


Text Example

White with #CD7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7005; }

 p { color: rgb(205,112,5); }

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

background-color css

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

 a { background-color: rgb(205,112,5); }

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

border-color css

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

 span { border-color: rgb(205,112,5); }

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