Html Css Color HEX #C46A18 Chocolate

📋 copy color: '#C46A18'

red 196 ◦ green 106 ◦ blue 24

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

Shades of Chocolate #C46A18

Tints of Chocolate #C46A18

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

 BLUE value IS 24 (9.77% from 255) = 7.36%

R = 60.12%
G = 32.52%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C46A18 (or 0xC46A18) is known color: Chocolate. HEX triplet: C4, 6A and 18. RGB value is (196,106,24). Sum of RGB (Red+Green+Blue) = 196+106+24=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46A18 is #3B95E7. Grayscale: #7B7B7B. Windows color (decimal): -3905000 or 1600196. OLE color: 1600196.

HSL color Cylindrical-coordinate representation of color #C46A18: hue angle of 28.6º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C46A18 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 106 24 -
CMYK 0 0.46 0.88 0.23
HSL 28.6º 0.78% 0.43% -
HSV(B) 28.6º 0.88% 0.77% -
XYZ 28.08 22.11 3.65 -
YUV 123.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 196 106 24 0 0.46 0.88 0.23 28.6 0.78 0.43
Hex C4 6A 18 0 2E 58 17 1D 4E 2B
Octal 304 152 30 0 56 130 27 35 116 53
Binary 11000100 1101010 11000 0 101110 1011000 10111 11101 1001110 101011

Color Harmonies of #C46A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A18

Black with #C46A18

Text Example


Text Example

White with #C46A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A18; }

 p { color: rgb(196,106,24); }

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

background-color css

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

 a { background-color: rgb(196,106,24); }

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

border-color css

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

 span { border-color: rgb(196,106,24); }

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