Html Css Color HEX #C46411 Chocolate

📋 copy color: '#C46411'

red 196 ◦ green 100 ◦ blue 17

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

Shades of Chocolate #C46411

Tints of Chocolate #C46411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

 BLUE value IS 17 (7.03% from 255) = 5.43%

R = 62.62%
G = 31.95%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C46411 (or 0xC46411) is known color: Chocolate. HEX triplet: C4, 64 and 11. RGB value is (196,100,17). Sum of RGB (Red+Green+Blue) = 196+100+17=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C46411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46411 is #3B9BEE. Grayscale: #777777. Windows color (decimal): -3906543 or 1139908. OLE color: 1139908.

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

Color convert

RGB 196 100 17 -
CMYK 0 0.49 0.91 0.23
HSL 27.82º 0.84% 0.42% -
HSV(B) 27.82º 0.91% 0.77% -
XYZ 27.42 20.89 3.12 -
YUV 119.24 70.3 182.75 -
System Red Green Blue C M Y K H S L
Decimal 196 100 17 0 0.49 0.91 0.23 27.82 0.84 0.42
Hex C4 64 11 0 31 5B 17 1C 54 2A
Octal 304 144 21 0 61 133 27 34 124 52
Binary 11000100 1100100 10001 0 110001 1011011 10111 11100 1010100 101010

Color Harmonies of #C46411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46411

Black with #C46411

Text Example


Text Example

White with #C46411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46411; }

 p { color: rgb(196,100,17); }

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

background-color css

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

 a { background-color: rgb(196,100,17); }

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

border-color css

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

 span { border-color: rgb(196,100,17); }

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