Html Css Color HEX #C2680E Chocolate

📋 copy color: '#C2680E'

red 194 ◦ green 104 ◦ blue 14

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

Shades of Chocolate #C2680E

Tints of Chocolate #C2680E

RGB

 RED value IS 194 (76.17% from 255) = 62.18%

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

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

R = 62.18%
G = 33.33%
B = 4.49%

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

#C2680E (or 0xC2680E) is known color: Chocolate. HEX triplet: C2, 68 and 0E. RGB value is (194,104,14). Sum of RGB (Red+Green+Blue) = 194+104+14=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2680E is #3D97F1. Grayscale: #797979. Windows color (decimal): -4036594 or 944322. OLE color: 944322.

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

Color convert

RGB 194 104 14 -
CMYK 0 0.46 0.93 0.24
HSL 30º 0.87% 0.41% -
HSV(B) 30º 0.93% 0.76% -
XYZ 27.28 21.4 3.11 -
YUV 120.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 194 104 14 0 0.46 0.93 0.24 30 0.87 0.41
Hex C2 68 E 0 2E 5D 18 1E 57 29
Octal 302 150 16 0 56 135 30 36 127 51
Binary 11000010 1101000 1110 0 101110 1011101 11000 11110 1010111 101001

Color Harmonies of #C2680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2680E

Black with #C2680E

Text Example


Text Example

White with #C2680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2680E; }

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

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

background-color css

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

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

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

border-color css

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

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

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