Html Css Color HEX #C8680E Chocolate

📋 copy color: '#C8680E'

red 200 ◦ green 104 ◦ blue 14

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

Shades of Chocolate #C8680E

Tints of Chocolate #C8680E

RGB

 RED value IS 200 (78.52% from 255) = 62.89%

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

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

R = 62.89%
G = 32.7%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8680E (or 0xC8680E) is known color: Chocolate. HEX triplet: C8, 68 and 0E. RGB value is (200,104,14). Sum of RGB (Red+Green+Blue) = 200+104+14=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C8680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8680E is #3797F1. Grayscale: #7A7A7A. Windows color (decimal): -3643378 or 944328. OLE color: 944328.

HSL color Cylindrical-coordinate representation of color #C8680E: hue angle of 29.03º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8680E is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 104 14 -
CMYK 0 0.48 0.93 0.22
HSL 29.03º 0.87% 0.42% -
HSV(B) 29.03º 0.93% 0.78% -
XYZ 28.85 22.21 3.18 -
YUV 122.44 66.8 183.32 -
System Red Green Blue C M Y K H S L
Decimal 200 104 14 0 0.48 0.93 0.22 29.03 0.87 0.42
Hex C8 68 E 0 30 5D 16 1D 57 2A
Octal 310 150 16 0 60 135 26 35 127 52
Binary 11001000 1101000 1110 0 110000 1011101 10110 11101 1010111 101010

Color Harmonies of #C8680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8680E

Black with #C8680E

Text Example


Text Example

White with #C8680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8680E; }

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

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

background-color css

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

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

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

border-color css

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

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

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