Html Css Color HEX #CD6B20 Chocolate

📋 copy color: '#CD6B20'

red 205 ◦ green 107 ◦ blue 32

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

Shades of Chocolate #CD6B20

Tints of Chocolate #CD6B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

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

R = 59.59%
G = 31.1%
B = 9.3%

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

#CD6B20 (or 0xCD6B20) is known color: Chocolate. HEX triplet: CD, 6B and 20. RGB value is (205,107,32). Sum of RGB (Red+Green+Blue) = 205+107+32=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6B20 is #3294DF. Grayscale: #808080. Windows color (decimal): -3314912 or 2124749. OLE color: 2124749.

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

Color convert

RGB 205 107 32 -
CMYK 0 0.48 0.84 0.20
HSL 26.01º 0.73% 0.46% -
HSV(B) 26.01º 0.84% 0.8% -
XYZ 30.7 23.6 4.3 -
YUV 127.75 73.97 183.1 -
System Red Green Blue C M Y K H S L
Decimal 205 107 32 0 0.48 0.84 0.20 26.01 0.73 0.46
Hex CD 6B 20 0 30 54 14 1A 49 2E
Octal 315 153 40 0 60 124 24 32 111 56
Binary 11001101 1101011 100000 0 110000 1010100 10100 11010 1001001 101110

Color Harmonies of #CD6B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6B20

Black with #CD6B20

Text Example


Text Example

White with #CD6B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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