Html Css Color HEX #CD6315 Chocolate

📋 copy color: '#CD6315'

red 205 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #CD6315

Tints of Chocolate #CD6315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 63.08%
G = 30.46%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD6315 (or 0xCD6315) is known color: Chocolate. HEX triplet: CD, 63 and 15. RGB value is (205,99,21). Sum of RGB (Red+Green+Blue) = 205+99+21=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6315 is #329CEA. Grayscale: #7A7A7A. Windows color (decimal): -3316971 or 1401805. OLE color: 1401805.

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

Color convert

RGB 205 99 21 -
CMYK 0 0.52 0.90 0.20
HSL 25.43º 0.81% 0.44% -
HSV(B) 25.43º 0.9% 0.8% -
XYZ 29.77 21.96 3.38 -
YUV 121.8 71.12 187.34 -
System Red Green Blue C M Y K H S L
Decimal 205 99 21 0 0.52 0.90 0.20 25.43 0.81 0.44
Hex CD 63 15 0 34 5A 14 19 51 2C
Octal 315 143 25 0 64 132 24 31 121 54
Binary 11001101 1100011 10101 0 110100 1011010 10100 11001 1010001 101100

Color Harmonies of #CD6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6315

Black with #CD6315

Text Example


Text Example

White with #CD6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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