Html Css Color HEX #C16116 Chocolate

📋 copy color: '#C16116'

red 193 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #C16116

Tints of Chocolate #C16116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.09%

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

R = 61.86%
G = 31.09%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C16116 (or 0xC16116) is known color: Chocolate. HEX triplet: C1, 61 and 16. RGB value is (193,97,22). Sum of RGB (Red+Green+Blue) = 193+97+22=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C16116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16116 is #3E9EE9. Grayscale: #757575. Windows color (decimal): -4103914 or 1466817. OLE color: 1466817.

HSL color Cylindrical-coordinate representation of color #C16116: hue angle of 26.32º 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 #C16116 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 97 22 -
CMYK 0 0.50 0.89 0.24
HSL 26.32º 0.8% 0.42% -
HSV(B) 26.32º 0.89% 0.76% -
XYZ 26.41 19.94 3.22 -
YUV 117.15 74.3 182.1 -
System Red Green Blue C M Y K H S L
Decimal 193 97 22 0 0.50 0.89 0.24 26.32 0.8 0.42
Hex C1 61 16 0 32 59 18 1A 50 2A
Octal 301 141 26 0 62 131 30 32 120 52
Binary 11000001 1100001 10110 0 110010 1011001 11000 11010 1010000 101010

Color Harmonies of #C16116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16116

Black with #C16116

Text Example


Text Example

White with #C16116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16116; }

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

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

background-color css

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

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

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

border-color css

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

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

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