Html Css Color HEX #CD6A20 Chocolate

📋 copy color: '#CD6A20'

red 205 ◦ green 106 ◦ blue 32

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

Shades of Chocolate #CD6A20

Tints of Chocolate #CD6A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.9%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 59.77%
G = 30.9%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD6A20 (or 0xCD6A20) is known color: Chocolate. HEX triplet: CD, 6A and 20. RGB value is (205,106,32). Sum of RGB (Red+Green+Blue) = 205+106+32=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6A20 is #3295DF. Grayscale: #7F7F7F. Windows color (decimal): -3315168 or 2124493. OLE color: 2124493.

HSL color Cylindrical-coordinate representation of color #CD6A20: hue angle of 25.66º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD6A20 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 106 32 -
CMYK 0 0.48 0.84 0.20
HSL 25.66º 0.73% 0.46% -
HSV(B) 25.66º 0.84% 0.8% -
XYZ 30.59 23.39 4.27 -
YUV 127.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 205 106 32 0 0.48 0.84 0.20 25.66 0.73 0.46
Hex CD 6A 20 0 30 54 14 1A 49 2E
Octal 315 152 40 0 60 124 24 32 111 56
Binary 11001101 1101010 100000 0 110000 1010100 10100 11010 1001001 101110

Color Harmonies of #CD6A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6A20

Black with #CD6A20

Text Example


Text Example

White with #CD6A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6A20; }

 p { color: rgb(205,106,32); }

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

background-color css

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

 a { background-color: rgb(205,106,32); }

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

border-color css

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

 span { border-color: rgb(205,106,32); }

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