Html Css Color HEX #C86123 Chocolate

📋 copy color: '#C86123'

red 200 ◦ green 97 ◦ blue 35

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

Shades of Chocolate #C86123

Tints of Chocolate #C86123

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 35 (14.06% from 255) = 10.54%

R = 60.24%
G = 29.22%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86123 (or 0xC86123) is known color: Chocolate. HEX triplet: C8, 61 and 23. RGB value is (200,97,35). Sum of RGB (Red+Green+Blue) = 200+97+35=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C86123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86123 is #379EDC. Grayscale: #797979. Windows color (decimal): -3645149 or 2318792. OLE color: 2318792.

HSL color Cylindrical-coordinate representation of color #C86123: hue angle of 22.55º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C86123 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 97 35 -
CMYK 0 0.52 0.82 0.22
HSL 22.55º 0.7% 0.46% -
HSV(B) 22.55º 0.83% 0.78% -
XYZ 28.4 20.95 4.14 -
YUV 120.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 200 97 35 0 0.52 0.82 0.22 22.55 0.7 0.46
Hex C8 61 23 0 34 52 16 17 46 2E
Octal 310 141 43 0 64 122 26 27 106 56
Binary 11001000 1100001 100011 0 110100 1010010 10110 10111 1000110 101110

Color Harmonies of #C86123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86123

Black with #C86123

Text Example


Text Example

White with #C86123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86123; }

 p { color: rgb(200,97,35); }

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

background-color css

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

 a { background-color: rgb(200,97,35); }

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

border-color css

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

 span { border-color: rgb(200,97,35); }

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