Html Css Color HEX #CD6912 Chocolate

📋 copy color: '#CD6912'

red 205 ◦ green 105 ◦ blue 18

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

Shades of Chocolate #CD6912

Tints of Chocolate #CD6912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

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

R = 62.5%
G = 32.01%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD6912 (or 0xCD6912) is known color: Chocolate. HEX triplet: CD, 69 and 12. RGB value is (205,105,18). Sum of RGB (Red+Green+Blue) = 205+105+18=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6912 is #3296ED. Grayscale: #7D7D7D. Windows color (decimal): -3315438 or 1206733. OLE color: 1206733.

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

Color convert

RGB 205 105 18 -
CMYK 0 0.49 0.91 0.20
HSL 27.91º 0.84% 0.44% -
HSV(B) 27.91º 0.91% 0.8% -
XYZ 30.34 23.13 3.44 -
YUV 124.98 67.63 185.07 -
System Red Green Blue C M Y K H S L
Decimal 205 105 18 0 0.49 0.91 0.20 27.91 0.84 0.44
Hex CD 69 12 0 31 5B 14 1C 54 2C
Octal 315 151 22 0 61 133 24 34 124 54
Binary 11001101 1101001 10010 0 110001 1011011 10100 11100 1010100 101100

Color Harmonies of #CD6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6912

Black with #CD6912

Text Example


Text Example

White with #CD6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6912; }

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

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

background-color css

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

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

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

border-color css

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

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

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