Html Css Color HEX #C16013 Chocolate

📋 copy color: '#C16013'

red 193 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #C16013

Tints of Chocolate #C16013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.17%

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 62.66%
G = 31.17%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C16013 (or 0xC16013) is known color: Chocolate. HEX triplet: C1, 60 and 13. RGB value is (193,96,19). Sum of RGB (Red+Green+Blue) = 193+96+19=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C16013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16013 is #3E9FEC. Grayscale: #747474. Windows color (decimal): -4104173 or 1269953. OLE color: 1269953.

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

Color convert

RGB 193 96 19 -
CMYK 0 0.50 0.90 0.24
HSL 26.55º 0.82% 0.42% -
HSV(B) 26.55º 0.9% 0.76% -
XYZ 26.29 19.75 3.04 -
YUV 116.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 193 96 19 0 0.50 0.90 0.24 26.55 0.82 0.42
Hex C1 60 13 0 32 5A 18 1B 52 2A
Octal 301 140 23 0 62 132 30 33 122 52
Binary 11000001 1100000 10011 0 110010 1011010 11000 11011 1010010 101010

Color Harmonies of #C16013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16013

Black with #C16013

Text Example


Text Example

White with #C16013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16013; }

 p { color: rgb(193,96,19); }

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

background-color css

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

 a { background-color: rgb(193,96,19); }

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

border-color css

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

 span { border-color: rgb(193,96,19); }

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