Html Css Color HEX #C16019 Chocolate

📋 copy color: '#C16019'

red 193 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #C16019

Tints of Chocolate #C16019

RGB

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

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

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

R = 61.46%
G = 30.57%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C16019 (or 0xC16019) is known color: Chocolate. HEX triplet: C1, 60 and 19. RGB value is (193,96,25). Sum of RGB (Red+Green+Blue) = 193+96+25=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C16019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16019 is #3E9FE6. Grayscale: #757575. Windows color (decimal): -4104167 or 1663169. OLE color: 1663169.

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

Color convert

RGB 193 96 25 -
CMYK 0 0.50 0.87 0.24
HSL 25.36º 0.77% 0.43% -
HSV(B) 25.36º 0.87% 0.76% -
XYZ 26.35 19.77 3.35 -
YUV 116.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 193 96 25 0 0.50 0.87 0.24 25.36 0.77 0.43
Hex C1 60 19 0 32 57 18 19 4D 2B
Octal 301 140 31 0 62 127 30 31 115 53
Binary 11000001 1100000 11001 0 110010 1010111 11000 11001 1001101 101011

Color Harmonies of #C16019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16019

Black with #C16019

Text Example


Text Example

White with #C16019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16019; }

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

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

background-color css

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

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

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

border-color css

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

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

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