Html Css Color HEX #C16311 Chocolate

📋 copy color: '#C16311'

red 193 ◦ green 99 ◦ blue 17

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

Shades of Chocolate #C16311

Tints of Chocolate #C16311

RGB

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

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

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

R = 62.46%
G = 32.04%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C16311 (or 0xC16311) is known color: Chocolate. HEX triplet: C1, 63 and 11. RGB value is (193,99,17). Sum of RGB (Red+Green+Blue) = 193+99+17=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C16311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16311 is #3E9CEE. Grayscale: #767676. Windows color (decimal): -4103407 or 1139649. OLE color: 1139649.

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

Color convert

RGB 193 99 17 -
CMYK 0 0.49 0.91 0.24
HSL 27.95º 0.84% 0.41% -
HSV(B) 27.95º 0.91% 0.76% -
XYZ 26.56 20.3 3.05 -
YUV 117.76 71.14 181.67 -
System Red Green Blue C M Y K H S L
Decimal 193 99 17 0 0.49 0.91 0.24 27.95 0.84 0.41
Hex C1 63 11 0 31 5B 18 1C 54 29
Octal 301 143 21 0 61 133 30 34 124 51
Binary 11000001 1100011 10001 0 110001 1011011 11000 11100 1010100 101001

Color Harmonies of #C16311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16311

Black with #C16311

Text Example


Text Example

White with #C16311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16311; }

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

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

background-color css

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

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

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

border-color css

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

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

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