Html Css Color HEX #C8691D Chocolate

📋 copy color: '#C8691D'

red 200 ◦ green 105 ◦ blue 29

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

Shades of Chocolate #C8691D

Tints of Chocolate #C8691D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

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

R = 59.88%
G = 31.44%
B = 8.68%

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

#C8691D (or 0xC8691D) is known color: Chocolate. HEX triplet: C8, 69 and 1D. RGB value is (200,105,29). Sum of RGB (Red+Green+Blue) = 200+105+29=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C8691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8691D is #3796E2. Grayscale: #7D7D7D. Windows color (decimal): -3643107 or 1927624. OLE color: 1927624.

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

Color convert

RGB 200 105 29 -
CMYK 0 0.48 0.86 0.22
HSL 26.67º 0.75% 0.45% -
HSV(B) 26.67º 0.86% 0.78% -
XYZ 29.09 22.47 3.97 -
YUV 124.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 200 105 29 0 0.48 0.86 0.22 26.67 0.75 0.45
Hex C8 69 1D 0 30 56 16 1B 4B 2D
Octal 310 151 35 0 60 126 26 33 113 55
Binary 11001000 1101001 11101 0 110000 1010110 10110 11011 1001011 101101

Color Harmonies of #C8691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8691D

Black with #C8691D

Text Example


Text Example

White with #C8691D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8691D; }

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

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

background-color css

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

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

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

border-color css

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

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

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