Html Css Color HEX #C46314 Chocolate

📋 copy color: '#C46314'

red 196 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #C46314

Tints of Chocolate #C46314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

 BLUE value IS 20 (8.2% from 255) = 6.35%

R = 62.22%
G = 31.43%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C46314 (or 0xC46314) is known color: Chocolate. HEX triplet: C4, 63 and 14. RGB value is (196,99,20). Sum of RGB (Red+Green+Blue) = 196+99+20=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C46314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46314 is #3B9CEB. Grayscale: #777777. Windows color (decimal): -3906796 or 1336260. OLE color: 1336260.

HSL color Cylindrical-coordinate representation of color #C46314: hue angle of 26.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C46314 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 99 20 -
CMYK 0 0.49 0.90 0.23
HSL 26.93º 0.81% 0.42% -
HSV(B) 26.93º 0.9% 0.77% -
XYZ 27.35 20.71 3.22 -
YUV 119 72.14 182.92 -
System Red Green Blue C M Y K H S L
Decimal 196 99 20 0 0.49 0.90 0.23 26.93 0.81 0.42
Hex C4 63 14 0 31 5A 17 1B 51 2A
Octal 304 143 24 0 61 132 27 33 121 52
Binary 11000100 1100011 10100 0 110001 1011010 10111 11011 1010001 101010

Color Harmonies of #C46314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46314

Black with #C46314

Text Example


Text Example

White with #C46314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46314; }

 p { color: rgb(196,99,20); }

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

background-color css

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

 a { background-color: rgb(196,99,20); }

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

border-color css

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

 span { border-color: rgb(196,99,20); }

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