Html Css Color HEX #C16214 Chocolate

📋 copy color: '#C16214'

red 193 ◦ green 98 ◦ blue 20

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

Shades of Chocolate #C16214

Tints of Chocolate #C16214

RGB

 RED value IS 193 (75.78% from 255) = 62.06%

 GREEN value IS 98 (38.67% from 255) = 31.51%

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

R = 62.06%
G = 31.51%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C16214 (or 0xC16214) is known color: Chocolate. HEX triplet: C1, 62 and 14. RGB value is (193,98,20). Sum of RGB (Red+Green+Blue) = 193+98+20=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C16214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16214 is #3E9DEB. Grayscale: #757575. Windows color (decimal): -4103660 or 1336001. OLE color: 1336001.

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

Color convert

RGB 193 98 20 -
CMYK 0 0.49 0.90 0.24
HSL 27.05º 0.81% 0.42% -
HSV(B) 27.05º 0.9% 0.76% -
XYZ 26.49 20.12 3.15 -
YUV 117.51 72.97 181.84 -
System Red Green Blue C M Y K H S L
Decimal 193 98 20 0 0.49 0.90 0.24 27.05 0.81 0.42
Hex C1 62 14 0 31 5A 18 1B 51 2A
Octal 301 142 24 0 61 132 30 33 121 52
Binary 11000001 1100010 10100 0 110001 1011010 11000 11011 1010001 101010

Color Harmonies of #C16214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16214

Black with #C16214

Text Example


Text Example

White with #C16214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16214; }

 p { color: rgb(193,98,20); }

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

background-color css

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

 a { background-color: rgb(193,98,20); }

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

border-color css

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

 span { border-color: rgb(193,98,20); }

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