Html Css Color HEX #C8680F Chocolate

📋 copy color: '#C8680F'

red 200 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #C8680F

Tints of Chocolate #C8680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 62.7%
G = 32.6%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8680F (or 0xC8680F) is known color: Chocolate. HEX triplet: C8, 68 and 0F. RGB value is (200,104,15). Sum of RGB (Red+Green+Blue) = 200+104+15=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C8680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8680F is #3797F0. Grayscale: #7B7B7B. Windows color (decimal): -3643377 or 1009864. OLE color: 1009864.

HSL color Cylindrical-coordinate representation of color #C8680F: hue angle of 28.86º degrees, saturation: 0.86, 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 #C8680F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 104 15 -
CMYK 0 0.48 0.92 0.22
HSL 28.86º 0.86% 0.42% -
HSV(B) 28.86º 0.93% 0.78% -
XYZ 28.86 22.21 3.22 -
YUV 122.56 67.3 183.24 -
System Red Green Blue C M Y K H S L
Decimal 200 104 15 0 0.48 0.92 0.22 28.86 0.86 0.42
Hex C8 68 F 0 30 5C 16 1D 56 2A
Octal 310 150 17 0 60 134 26 35 126 52
Binary 11001000 1101000 1111 0 110000 1011100 10110 11101 1010110 101010

Color Harmonies of #C8680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8680F

Black with #C8680F

Text Example


Text Example

White with #C8680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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