Html Css Color HEX #C8691C Chocolate

📋 copy color: '#C8691C'

red 200 ◦ green 105 ◦ blue 28

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

Shades of Chocolate #C8691C

Tints of Chocolate #C8691C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.41%

R = 60.06%
G = 31.53%
B = 8.41%

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

#C8691C (or 0xC8691C) is known color: Chocolate. HEX triplet: C8, 69 and 1C. RGB value is (200,105,28). Sum of RGB (Red+Green+Blue) = 200+105+28=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C8691C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8691C is #3796E3. Grayscale: #7D7D7D. Windows color (decimal): -3643108 or 1862088. OLE color: 1862088.

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

Color convert

RGB 200 105 28 -
CMYK 0 0.48 0.86 0.22
HSL 26.86º 0.75% 0.45% -
HSV(B) 26.86º 0.86% 0.78% -
XYZ 29.08 22.47 3.9 -
YUV 124.63 73.47 181.76 -
System Red Green Blue C M Y K H S L
Decimal 200 105 28 0 0.48 0.86 0.22 26.86 0.75 0.45
Hex C8 69 1C 0 30 56 16 1B 4B 2D
Octal 310 151 34 0 60 126 26 33 113 55
Binary 11001000 1101001 11100 0 110000 1010110 10110 11011 1001011 101101

Color Harmonies of #C8691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8691C

Black with #C8691C

Text Example


Text Example

White with #C8691C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8691C; }

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

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

background-color css

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

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

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

border-color css

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

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

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