Html Css Color HEX #C8691F Chocolate

📋 copy color: '#C8691F'

red 200 ◦ green 105 ◦ blue 31

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

Shades of Chocolate #C8691F

Tints of Chocolate #C8691F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 59.52%
G = 31.25%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8691F (or 0xC8691F) is known color: Chocolate. HEX triplet: C8, 69 and 1F. RGB value is (200,105,31). Sum of RGB (Red+Green+Blue) = 200+105+31=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C8691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8691F is #3796E0. Grayscale: #7D7D7D. Windows color (decimal): -3643105 or 2058696. OLE color: 2058696.

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

Color convert

RGB 200 105 31 -
CMYK 0 0.48 0.84 0.22
HSL 26.27º 0.73% 0.45% -
HSV(B) 26.27º 0.85% 0.78% -
XYZ 29.12 22.48 4.1 -
YUV 124.97 74.97 181.52 -
System Red Green Blue C M Y K H S L
Decimal 200 105 31 0 0.48 0.84 0.22 26.27 0.73 0.45
Hex C8 69 1F 0 30 54 16 1A 49 2D
Octal 310 151 37 0 60 124 26 32 111 55
Binary 11001000 1101001 11111 0 110000 1010100 10110 11010 1001001 101101

Color Harmonies of #C8691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8691F

Black with #C8691F

Text Example


Text Example

White with #C8691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8691F; }

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

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

background-color css

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

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

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

border-color css

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

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

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