Html Css Color HEX #C46315 Chocolate

📋 copy color: '#C46315'

red 196 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #C46315

Tints of Chocolate #C46315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 62.03%
G = 31.33%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C46315 (or 0xC46315) is known color: Chocolate. HEX triplet: C4, 63 and 15. RGB value is (196,99,21). Sum of RGB (Red+Green+Blue) = 196+99+21=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C46315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46315 is #3B9CEA. Grayscale: #777777. Windows color (decimal): -3906795 or 1401796. OLE color: 1401796.

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

Color convert

RGB 196 99 21 -
CMYK 0 0.49 0.89 0.23
HSL 26.74º 0.81% 0.43% -
HSV(B) 26.74º 0.89% 0.77% -
XYZ 27.36 20.71 3.27 -
YUV 119.11 72.64 182.84 -
System Red Green Blue C M Y K H S L
Decimal 196 99 21 0 0.49 0.89 0.23 26.74 0.81 0.43
Hex C4 63 15 0 31 59 17 1B 51 2B
Octal 304 143 25 0 61 131 27 33 121 53
Binary 11000100 1100011 10101 0 110001 1011001 10111 11011 1010001 101011

Color Harmonies of #C46315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46315

Black with #C46315

Text Example


Text Example

White with #C46315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46315; }

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

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

background-color css

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

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

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

border-color css

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

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

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