Html Css Color HEX #CD6518 Chocolate

📋 copy color: '#CD6518'

red 205 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #CD6518

Tints of Chocolate #CD6518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 62.12%
G = 30.61%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD6518 (or 0xCD6518) is known color: Chocolate. HEX triplet: CD, 65 and 18. RGB value is (205,101,24). Sum of RGB (Red+Green+Blue) = 205+101+24=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6518 is #329AE7. Grayscale: #7B7B7B. Windows color (decimal): -3316456 or 1598925. OLE color: 1598925.

HSL color Cylindrical-coordinate representation of color #CD6518: hue angle of 25.52º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD6518 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 101 24 -
CMYK 0 0.51 0.88 0.20
HSL 25.52º 0.79% 0.45% -
HSV(B) 25.52º 0.88% 0.8% -
XYZ 30 22.35 3.6 -
YUV 123.32 71.96 186.26 -
System Red Green Blue C M Y K H S L
Decimal 205 101 24 0 0.51 0.88 0.20 25.52 0.79 0.45
Hex CD 65 18 0 33 58 14 1A 4F 2D
Octal 315 145 30 0 63 130 24 32 117 55
Binary 11001101 1100101 11000 0 110011 1011000 10100 11010 1001111 101101

Color Harmonies of #CD6518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6518

Black with #CD6518

Text Example


Text Example

White with #CD6518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6518; }

 p { color: rgb(205,101,24); }

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

background-color css

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

 a { background-color: rgb(205,101,24); }

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

border-color css

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

 span { border-color: rgb(205,101,24); }

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