Html Css Color HEX #C16316 Chocolate

📋 copy color: '#C16316'

red 193 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #C16316

Tints of Chocolate #C16316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 61.46%
G = 31.53%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C16316 (or 0xC16316) is known color: Chocolate. HEX triplet: C1, 63 and 16. RGB value is (193,99,22). Sum of RGB (Red+Green+Blue) = 193+99+22=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C16316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16316 is #3E9CE9. Grayscale: #767676. Windows color (decimal): -4103402 or 1467329. OLE color: 1467329.

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

Color convert

RGB 193 99 22 -
CMYK 0 0.49 0.89 0.24
HSL 27.02º 0.8% 0.42% -
HSV(B) 27.02º 0.89% 0.76% -
XYZ 26.6 20.32 3.28 -
YUV 118.33 73.64 181.26 -
System Red Green Blue C M Y K H S L
Decimal 193 99 22 0 0.49 0.89 0.24 27.02 0.8 0.42
Hex C1 63 16 0 31 59 18 1B 50 2A
Octal 301 143 26 0 61 131 30 33 120 52
Binary 11000001 1100011 10110 0 110001 1011001 11000 11011 1010000 101010

Color Harmonies of #C16316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16316

Black with #C16316

Text Example


Text Example

White with #C16316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16316; }

 p { color: rgb(193,99,22); }

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

background-color css

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

 a { background-color: rgb(193,99,22); }

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

border-color css

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

 span { border-color: rgb(193,99,22); }

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