Html Css Color HEX #C46712 Chocolate

📋 copy color: '#C46712'

red 196 ◦ green 103 ◦ blue 18

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

Shades of Chocolate #C46712

Tints of Chocolate #C46712

RGB

 RED value IS 196 (76.95% from 255) = 61.83%

 GREEN value IS 103 (40.63% from 255) = 32.49%

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

R = 61.83%
G = 32.49%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C46712 (or 0xC46712) is known color: Chocolate. HEX triplet: C4, 67 and 12. RGB value is (196,103,18). Sum of RGB (Red+Green+Blue) = 196+103+18=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C46712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46712 is #3B98ED. Grayscale: #797979. Windows color (decimal): -3905774 or 1206212. OLE color: 1206212.

HSL color Cylindrical-coordinate representation of color #C46712: hue angle of 28.65º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C46712 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 103 18 -
CMYK 0 0.47 0.91 0.23
HSL 28.65º 0.83% 0.42% -
HSV(B) 28.65º 0.91% 0.77% -
XYZ 27.72 21.48 3.26 -
YUV 121.12 69.81 181.41 -
System Red Green Blue C M Y K H S L
Decimal 196 103 18 0 0.47 0.91 0.23 28.65 0.83 0.42
Hex C4 67 12 0 2F 5B 17 1D 53 2A
Octal 304 147 22 0 57 133 27 35 123 52
Binary 11000100 1100111 10010 0 101111 1011011 10111 11101 1010011 101010

Color Harmonies of #C46712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46712

Black with #C46712

Text Example


Text Example

White with #C46712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46712; }

 p { color: rgb(196,103,18); }

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

background-color css

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

 a { background-color: rgb(196,103,18); }

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

border-color css

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

 span { border-color: rgb(196,103,18); }

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