Html Css Color HEX #C16117 Chocolate

📋 copy color: '#C16117'

red 193 ◦ green 97 ◦ blue 23

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

Shades of Chocolate #C16117

Tints of Chocolate #C16117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 61.66%
G = 30.99%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C16117 (or 0xC16117) is known color: Chocolate. HEX triplet: C1, 61 and 17. RGB value is (193,97,23). Sum of RGB (Red+Green+Blue) = 193+97+23=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C16117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16117 is #3E9EE8. Grayscale: #757575. Windows color (decimal): -4103913 or 1532353. OLE color: 1532353.

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

Color convert

RGB 193 97 23 -
CMYK 0 0.50 0.88 0.24
HSL 26.12º 0.79% 0.42% -
HSV(B) 26.12º 0.88% 0.76% -
XYZ 26.42 19.95 3.27 -
YUV 117.27 74.8 182.02 -
System Red Green Blue C M Y K H S L
Decimal 193 97 23 0 0.50 0.88 0.24 26.12 0.79 0.42
Hex C1 61 17 0 32 58 18 1A 4F 2A
Octal 301 141 27 0 62 130 30 32 117 52
Binary 11000001 1100001 10111 0 110010 1011000 11000 11010 1001111 101010

Color Harmonies of #C16117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16117

Black with #C16117

Text Example


Text Example

White with #C16117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16117; }

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

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

background-color css

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

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

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

border-color css

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

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

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