Html Css Color HEX #C86523 Chocolate

📋 copy color: '#C86523'

red 200 ◦ green 101 ◦ blue 35

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

Shades of Chocolate #C86523

Tints of Chocolate #C86523

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.06%

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

R = 59.52%
G = 30.06%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86523 (or 0xC86523) is known color: Chocolate. HEX triplet: C8, 65 and 23. RGB value is (200,101,35). Sum of RGB (Red+Green+Blue) = 200+101+35=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C86523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86523 is #379ADC. Grayscale: #7B7B7B. Windows color (decimal): -3644125 or 2319816. OLE color: 2319816.

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

Color convert

RGB 200 101 35 -
CMYK 0 0.49 0.82 0.22
HSL 24º 0.7% 0.46% -
HSV(B) 24º 0.83% 0.78% -
XYZ 28.78 21.71 4.26 -
YUV 123.08 78.3 182.87 -
System Red Green Blue C M Y K H S L
Decimal 200 101 35 0 0.49 0.82 0.22 24 0.7 0.46
Hex C8 65 23 0 31 52 16 18 46 2E
Octal 310 145 43 0 61 122 26 30 106 56
Binary 11001000 1100101 100011 0 110001 1010010 10110 11000 1000110 101110

Color Harmonies of #C86523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86523

Black with #C86523

Text Example


Text Example

White with #C86523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86523; }

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

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

background-color css

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

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

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

border-color css

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

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

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