Html Css Color HEX #C1680E Chocolate

📋 copy color: '#C1680E'

red 193 ◦ green 104 ◦ blue 14

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

Shades of Chocolate #C1680E

Tints of Chocolate #C1680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 62.06%
G = 33.44%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1680E (or 0xC1680E) is known color: Chocolate. HEX triplet: C1, 68 and 0E. RGB value is (193,104,14). Sum of RGB (Red+Green+Blue) = 193+104+14=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C1680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1680E is #3E97F1. Grayscale: #787878. Windows color (decimal): -4102130 or 944321. OLE color: 944321.

HSL color Cylindrical-coordinate representation of color #C1680E: hue angle of 30.17º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1680E is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 104 14 -
CMYK 0 0.46 0.93 0.24
HSL 30.17º 0.86% 0.41% -
HSV(B) 30.17º 0.93% 0.76% -
XYZ 27.02 21.27 3.1 -
YUV 120.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 193 104 14 0 0.46 0.93 0.24 30.17 0.86 0.41
Hex C1 68 E 0 2E 5D 18 1E 56 29
Octal 301 150 16 0 56 135 30 36 126 51
Binary 11000001 1101000 1110 0 101110 1011101 11000 11110 1010110 101001

Color Harmonies of #C1680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1680E

Black with #C1680E

Text Example


Text Example

White with #C1680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1680E; }

 p { color: rgb(193,104,14); }

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

background-color css

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

 a { background-color: rgb(193,104,14); }

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

border-color css

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

 span { border-color: rgb(193,104,14); }

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