Html Css Color HEX #CD6C15 Chocolate

📋 copy color: '#CD6C15'

red 205 ◦ green 108 ◦ blue 21

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

Shades of Chocolate #CD6C15

Tints of Chocolate #CD6C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 21 (8.59% from 255) = 6.29%

R = 61.38%
G = 32.34%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD6C15 (or 0xCD6C15) is known color: Chocolate. HEX triplet: CD, 6C and 15. RGB value is (205,108,21). Sum of RGB (Red+Green+Blue) = 205+108+21=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6C15 is #3293EA. Grayscale: #7F7F7F. Windows color (decimal): -3314667 or 1404109. OLE color: 1404109.

HSL color Cylindrical-coordinate representation of color #CD6C15: hue angle of 28.37º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD6C15 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 108 21 -
CMYK 0 0.47 0.90 0.20
HSL 28.37º 0.81% 0.44% -
HSV(B) 28.37º 0.9% 0.8% -
XYZ 30.67 23.76 3.68 -
YUV 127.09 68.14 183.57 -
System Red Green Blue C M Y K H S L
Decimal 205 108 21 0 0.47 0.90 0.20 28.37 0.81 0.44
Hex CD 6C 15 0 2F 5A 14 1C 51 2C
Octal 315 154 25 0 57 132 24 34 121 54
Binary 11001101 1101100 10101 0 101111 1011010 10100 11100 1010001 101100

Color Harmonies of #CD6C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6C15

Black with #CD6C15

Text Example


Text Example

White with #CD6C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6C15; }

 p { color: rgb(205,108,21); }

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

background-color css

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

 a { background-color: rgb(205,108,21); }

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

border-color css

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

 span { border-color: rgb(205,108,21); }

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