Html Css Color HEX #C16519 Chocolate

📋 copy color: '#C16519'

red 193 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #C16519

Tints of Chocolate #C16519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 60.5%
G = 31.66%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C16519 (or 0xC16519) is known color: Chocolate. HEX triplet: C1, 65 and 19. RGB value is (193,101,25). Sum of RGB (Red+Green+Blue) = 193+101+25=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C16519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16519 is #3E9AE6. Grayscale: #787878. Windows color (decimal): -4102887 or 1664449. OLE color: 1664449.

HSL color Cylindrical-coordinate representation of color #C16519: hue angle of 27.14º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C16519 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 25 -
CMYK 0 0.48 0.87 0.24
HSL 27.14º 0.77% 0.43% -
HSV(B) 27.14º 0.87% 0.76% -
XYZ 26.82 20.72 3.5 -
YUV 119.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 193 101 25 0 0.48 0.87 0.24 27.14 0.77 0.43
Hex C1 65 19 0 30 57 18 1B 4D 2B
Octal 301 145 31 0 60 127 30 33 115 53
Binary 11000001 1100101 11001 0 110000 1010111 11000 11011 1001101 101011

Color Harmonies of #C16519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16519

Black with #C16519

Text Example


Text Example

White with #C16519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16519; }

 p { color: rgb(193,101,25); }

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

background-color css

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

 a { background-color: rgb(193,101,25); }

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

border-color css

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

 span { border-color: rgb(193,101,25); }

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