Html Css Color HEX #C46510 Chocolate

📋 copy color: '#C46510'

red 196 ◦ green 101 ◦ blue 16

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

Shades of Chocolate #C46510

Tints of Chocolate #C46510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 62.62%
G = 32.27%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C46510 (or 0xC46510) is known color: Chocolate. HEX triplet: C4, 65 and 10. RGB value is (196,101,16). Sum of RGB (Red+Green+Blue) = 196+101+16=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C46510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46510 is #3B9AEF. Grayscale: #787878. Windows color (decimal): -3906288 or 1074628. OLE color: 1074628.

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

Color convert

RGB 196 101 16 -
CMYK 0 0.48 0.92 0.23
HSL 28.33º 0.85% 0.42% -
HSV(B) 28.33º 0.92% 0.77% -
XYZ 27.51 21.08 3.11 -
YUV 119.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 196 101 16 0 0.48 0.92 0.23 28.33 0.85 0.42
Hex C4 65 10 0 30 5C 17 1C 55 2A
Octal 304 145 20 0 60 134 27 34 125 52
Binary 11000100 1100101 10000 0 110000 1011100 10111 11100 1010101 101010

Color Harmonies of #C46510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46510

Black with #C46510

Text Example


Text Example

White with #C46510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46510; }

 p { color: rgb(196,101,16); }

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

background-color css

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

 a { background-color: rgb(196,101,16); }

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

border-color css

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

 span { border-color: rgb(196,101,16); }

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