Html Css Color HEX #CD6312 Chocolate

📋 copy color: '#CD6312'

red 205 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #CD6312

Tints of Chocolate #CD6312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 63.66%
G = 30.75%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD6312 (or 0xCD6312) is known color: Chocolate. HEX triplet: CD, 63 and 12. RGB value is (205,99,18). Sum of RGB (Red+Green+Blue) = 205+99+18=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6312 is #329CED. Grayscale: #797979. Windows color (decimal): -3316974 or 1205197. OLE color: 1205197.

HSL color Cylindrical-coordinate representation of color #CD6312: hue angle of 25.99º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD6312 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 99 18 -
CMYK 0 0.52 0.91 0.20
HSL 25.99º 0.84% 0.44% -
HSV(B) 25.99º 0.91% 0.8% -
XYZ 29.75 21.95 3.24 -
YUV 121.46 69.62 187.59 -
System Red Green Blue C M Y K H S L
Decimal 205 99 18 0 0.52 0.91 0.20 25.99 0.84 0.44
Hex CD 63 12 0 34 5B 14 1A 54 2C
Octal 315 143 22 0 64 133 24 32 124 54
Binary 11001101 1100011 10010 0 110100 1011011 10100 11010 1010100 101100

Color Harmonies of #CD6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6312

Black with #CD6312

Text Example


Text Example

White with #CD6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6312; }

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

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

background-color css

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

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

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

border-color css

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

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

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