Html Css Color HEX #CD742E Tango

📋 copy color: '#CD742E'

red 205 ◦ green 116 ◦ blue 46

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

Shades of Tango #CD742E

Tints of Tango #CD742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 55.86%
G = 31.61%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD742E (or 0xCD742E) is known color: Tango. HEX triplet: CD, 74 and 2E. RGB value is (205,116,46). Sum of RGB (Red+Green+Blue) = 205+116+46=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD742E is #328BD1. Grayscale: #878787. Windows color (decimal): -3312594 or 3044557. OLE color: 3044557.

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

Color convert

RGB 205 116 46 -
CMYK 0 0.43 0.78 0.20
HSL 26.42º 0.63% 0.49% -
HSV(B) 26.42º 0.78% 0.8% -
XYZ 31.92 25.67 5.86 -
YUV 134.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 205 116 46 0 0.43 0.78 0.20 26.42 0.63 0.49
Hex CD 74 2E 0 2B 4E 14 1A 3F 31
Octal 315 164 56 0 53 116 24 32 77 61
Binary 11001101 1110100 101110 0 101011 1001110 10100 11010 111111 110001

Color Harmonies of #CD742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD742E

Black with #CD742E

Text Example


Text Example

White with #CD742E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD742E; }

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

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

background-color css

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

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

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

border-color css

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

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

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