Html Css Color HEX #C8680D Chocolate

📋 copy color: '#C8680D'

red 200 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #C8680D

Tints of Chocolate #C8680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 63.09%
G = 32.81%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8680D (or 0xC8680D) is known color: Chocolate. HEX triplet: C8, 68 and 0D. RGB value is (200,104,13). Sum of RGB (Red+Green+Blue) = 200+104+13=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8680D is #3797F2. Grayscale: #7A7A7A. Windows color (decimal): -3643379 or 878792. OLE color: 878792.

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

Color convert

RGB 200 104 13 -
CMYK 0 0.48 0.94 0.22
HSL 29.2º 0.88% 0.42% -
HSV(B) 29.2º 0.94% 0.78% -
XYZ 28.84 22.21 3.15 -
YUV 122.33 66.3 183.4 -
System Red Green Blue C M Y K H S L
Decimal 200 104 13 0 0.48 0.94 0.22 29.2 0.88 0.42
Hex C8 68 D 0 30 5E 16 1D 58 2A
Octal 310 150 15 0 60 136 26 35 130 52
Binary 11001000 1101000 1101 0 110000 1011110 10110 11101 1011000 101010

Color Harmonies of #C8680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8680D

Black with #C8680D

Text Example


Text Example

White with #C8680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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