Html Css Color HEX #C16714 Chocolate

📋 copy color: '#C16714'

red 193 ◦ green 103 ◦ blue 20

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

Shades of Chocolate #C16714

Tints of Chocolate #C16714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.59%

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

R = 61.08%
G = 32.59%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C16714 (or 0xC16714) is known color: Chocolate. HEX triplet: C1, 67 and 14. RGB value is (193,103,20). Sum of RGB (Red+Green+Blue) = 193+103+20=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C16714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16714 is #3E98EB. Grayscale: #787878. Windows color (decimal): -4102380 or 1337281. OLE color: 1337281.

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

Color convert

RGB 193 103 20 -
CMYK 0 0.47 0.90 0.24
HSL 28.79º 0.81% 0.42% -
HSV(B) 28.79º 0.9% 0.76% -
XYZ 26.97 21.09 3.31 -
YUV 120.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 193 103 20 0 0.47 0.90 0.24 28.79 0.81 0.42
Hex C1 67 14 0 2F 5A 18 1D 51 2A
Octal 301 147 24 0 57 132 30 35 121 52
Binary 11000001 1100111 10100 0 101111 1011010 11000 11101 1010001 101010

Color Harmonies of #C16714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16714

Black with #C16714

Text Example


Text Example

White with #C16714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16714; }

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

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

background-color css

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

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

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

border-color css

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

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

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