Html Css Color HEX #C16014 Chocolate

📋 copy color: '#C16014'

red 193 ◦ green 96 ◦ blue 20

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

Shades of Chocolate #C16014

Tints of Chocolate #C16014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 62.46%
G = 31.07%
B = 6.47%

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

#C16014 (or 0xC16014) is known color: Chocolate. HEX triplet: C1, 60 and 14. RGB value is (193,96,20). Sum of RGB (Red+Green+Blue) = 193+96+20=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C16014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16014 is #3E9FEB. Grayscale: #747474. Windows color (decimal): -4104172 or 1335489. OLE color: 1335489.

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

Color convert

RGB 193 96 20 -
CMYK 0 0.50 0.90 0.24
HSL 26.36º 0.81% 0.42% -
HSV(B) 26.36º 0.9% 0.76% -
XYZ 26.3 19.75 3.09 -
YUV 116.34 73.64 182.68 -
System Red Green Blue C M Y K H S L
Decimal 193 96 20 0 0.50 0.90 0.24 26.36 0.81 0.42
Hex C1 60 14 0 32 5A 18 1A 51 2A
Octal 301 140 24 0 62 132 30 32 121 52
Binary 11000001 1100000 10100 0 110010 1011010 11000 11010 1010001 101010

Color Harmonies of #C16014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16014

Black with #C16014

Text Example


Text Example

White with #C16014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16014; }

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

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

background-color css

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

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

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

border-color css

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

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

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