Html Css Color HEX #C16B11 Chocolate

📋 copy color: '#C16B11'

red 193 ◦ green 107 ◦ blue 17

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

Shades of Chocolate #C16B11

Tints of Chocolate #C16B11

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.75%

 BLUE value IS 17 (7.03% from 255) = 5.36%

R = 60.88%
G = 33.75%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C16B11 (or 0xC16B11) is known color: Chocolate. HEX triplet: C1, 6B and 11. RGB value is (193,107,17). Sum of RGB (Red+Green+Blue) = 193+107+17=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16B11 is #3E94EE. Grayscale: #7A7A7A. Windows color (decimal): -4101359 or 1141697. OLE color: 1141697.

HSL color Cylindrical-coordinate representation of color #C16B11: hue angle of 30.68º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C16B11 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 107 17 -
CMYK 0 0.45 0.91 0.24
HSL 30.68º 0.84% 0.41% -
HSV(B) 30.68º 0.91% 0.76% -
XYZ 27.35 21.89 3.31 -
YUV 122.45 68.49 178.32 -
System Red Green Blue C M Y K H S L
Decimal 193 107 17 0 0.45 0.91 0.24 30.68 0.84 0.41
Hex C1 6B 11 0 2D 5B 18 1F 54 29
Octal 301 153 21 0 55 133 30 37 124 51
Binary 11000001 1101011 10001 0 101101 1011011 11000 11111 1010100 101001

Color Harmonies of #C16B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16B11

Black with #C16B11

Text Example


Text Example

White with #C16B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16B11; }

 p { color: rgb(193,107,17); }

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

background-color css

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

 a { background-color: rgb(193,107,17); }

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

border-color css

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

 span { border-color: rgb(193,107,17); }

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