Html Css Color HEX #CD7434 Tango

📋 copy color: '#CD7434'

red 205 ◦ green 116 ◦ blue 52

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

Shades of Tango #CD7434

Tints of Tango #CD7434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

 BLUE value IS 52 (20.7% from 255) = 13.94%

R = 54.96%
G = 31.1%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CD7434 (or 0xCD7434) is known color: Tango. HEX triplet: CD, 74 and 34. RGB value is (205,116,52). Sum of RGB (Red+Green+Blue) = 205+116+52=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7434 is #328BCB. Grayscale: #878787. Windows color (decimal): -3312588 or 3437773. OLE color: 3437773.

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

Color convert

RGB 205 116 52 -
CMYK 0 0.43 0.75 0.20
HSL 25.1º 0.6% 0.5% -
HSV(B) 25.1º 0.75% 0.8% -
XYZ 32.04 25.72 6.52 -
YUV 135.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 205 116 52 0 0.43 0.75 0.20 25.1 0.6 0.5
Hex CD 74 34 0 2B 4B 14 19 3C 32
Octal 315 164 64 0 53 113 24 31 74 62
Binary 11001101 1110100 110100 0 101011 1001011 10100 11001 111100 110010

Color Harmonies of #CD7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7434

Black with #CD7434

Text Example


Text Example

White with #CD7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7434; }

 p { color: rgb(205,116,52); }

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

background-color css

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

 a { background-color: rgb(205,116,52); }

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

border-color css

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

 span { border-color: rgb(205,116,52); }

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