Html Css Color HEX #CD6415 Chocolate

📋 copy color: '#CD6415'

red 205 ◦ green 100 ◦ blue 21

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

Shades of Chocolate #CD6415

Tints of Chocolate #CD6415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

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

R = 62.88%
G = 30.67%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD6415 (or 0xCD6415) is known color: Chocolate. HEX triplet: CD, 64 and 15. RGB value is (205,100,21). Sum of RGB (Red+Green+Blue) = 205+100+21=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6415 is #329BEA. Grayscale: #7A7A7A. Windows color (decimal): -3316715 or 1402061. OLE color: 1402061.

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

Color convert

RGB 205 100 21 -
CMYK 0 0.51 0.90 0.20
HSL 25.76º 0.81% 0.44% -
HSV(B) 25.76º 0.9% 0.8% -
XYZ 29.87 22.15 3.41 -
YUV 122.39 70.79 186.92 -
System Red Green Blue C M Y K H S L
Decimal 205 100 21 0 0.51 0.90 0.20 25.76 0.81 0.44
Hex CD 64 15 0 33 5A 14 1A 51 2C
Octal 315 144 25 0 63 132 24 32 121 54
Binary 11001101 1100100 10101 0 110011 1011010 10100 11010 1010001 101100

Color Harmonies of #CD6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6415

Black with #CD6415

Text Example


Text Example

White with #CD6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6415; }

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

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

background-color css

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

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

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

border-color css

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

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

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