Html Css Color HEX #C8681D Chocolate

📋 copy color: '#C8681D'

red 200 ◦ green 104 ◦ blue 29

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

Shades of Chocolate #C8681D

Tints of Chocolate #C8681D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.71%

R = 60.06%
G = 31.23%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8681D (or 0xC8681D) is known color: Chocolate. HEX triplet: C8, 68 and 1D. RGB value is (200,104,29). Sum of RGB (Red+Green+Blue) = 200+104+29=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8681D is #3797E2. Grayscale: #7C7C7C. Windows color (decimal): -3643363 or 1927368. OLE color: 1927368.

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

Color convert

RGB 200 104 29 -
CMYK 0 0.48 0.86 0.22
HSL 26.32º 0.75% 0.45% -
HSV(B) 26.32º 0.86% 0.78% -
XYZ 28.99 22.27 3.93 -
YUV 124.15 74.3 182.1 -
System Red Green Blue C M Y K H S L
Decimal 200 104 29 0 0.48 0.86 0.22 26.32 0.75 0.45
Hex C8 68 1D 0 30 56 16 1A 4B 2D
Octal 310 150 35 0 60 126 26 32 113 55
Binary 11001000 1101000 11101 0 110000 1010110 10110 11010 1001011 101101

Color Harmonies of #C8681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8681D

Black with #C8681D

Text Example


Text Example

White with #C8681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8681D; }

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

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

background-color css

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

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

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

border-color css

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

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

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