Html Css Color HEX #CD6615 Chocolate

📋 copy color: '#CD6615'

red 205 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #CD6615

Tints of Chocolate #CD6615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.1%

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

R = 62.5%
G = 31.1%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD6615 (or 0xCD6615) is known color: Chocolate. HEX triplet: CD, 66 and 15. RGB value is (205,102,21). Sum of RGB (Red+Green+Blue) = 205+102+21=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6615 is #3299EA. Grayscale: #7B7B7B. Windows color (decimal): -3316203 or 1402573. OLE color: 1402573.

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

Color convert

RGB 205 102 21 -
CMYK 0 0.50 0.90 0.20
HSL 26.41º 0.81% 0.44% -
HSV(B) 26.41º 0.9% 0.8% -
XYZ 30.06 22.54 3.47 -
YUV 123.56 70.12 186.09 -
System Red Green Blue C M Y K H S L
Decimal 205 102 21 0 0.50 0.90 0.20 26.41 0.81 0.44
Hex CD 66 15 0 32 5A 14 1A 51 2C
Octal 315 146 25 0 62 132 24 32 121 54
Binary 11001101 1100110 10101 0 110010 1011010 10100 11010 1010001 101100

Color Harmonies of #CD6615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6615

Black with #CD6615

Text Example


Text Example

White with #CD6615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6615; }

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

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

background-color css

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

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

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

border-color css

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

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

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