Html Css Color HEX #CD7030 Tango

📋 copy color: '#CD7030'

red 205 ◦ green 112 ◦ blue 48

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

Shades of Tango #CD7030

Tints of Tango #CD7030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.15%

R = 56.16%
G = 30.68%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CD7030 (or 0xCD7030) is known color: Tango. HEX triplet: CD, 70 and 30. RGB value is (205,112,48). Sum of RGB (Red+Green+Blue) = 205+112+48=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7030 is #328FCF. Grayscale: #848484. Windows color (decimal): -3313616 or 3174605. OLE color: 3174605.

HSL color Cylindrical-coordinate representation of color #CD7030: hue angle of 24.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD7030 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 112 48 -
CMYK 0 0.45 0.77 0.20
HSL 24.46º 0.62% 0.5% -
HSV(B) 24.46º 0.77% 0.8% -
XYZ 31.5 24.78 5.92 -
YUV 132.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 205 112 48 0 0.45 0.77 0.20 24.46 0.62 0.5
Hex CD 70 30 0 2D 4D 14 18 3E 32
Octal 315 160 60 0 55 115 24 30 76 62
Binary 11001101 1110000 110000 0 101101 1001101 10100 11000 111110 110010

Color Harmonies of #CD7030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7030

Black with #CD7030

Text Example


Text Example

White with #CD7030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7030; }

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

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

background-color css

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

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

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

border-color css

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

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

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