Html Css Color HEX #C26516 Chocolate

📋 copy color: '#C26516'

red 194 ◦ green 101 ◦ blue 22

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

Shades of Chocolate #C26516

Tints of Chocolate #C26516

RGB

 RED value IS 194 (76.17% from 255) = 61.2%

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

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 61.2%
G = 31.86%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C26516 (or 0xC26516) is known color: Chocolate. HEX triplet: C2, 65 and 16. RGB value is (194,101,22). Sum of RGB (Red+Green+Blue) = 194+101+22=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C26516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26516 is #3D9AE9. Grayscale: #787878. Windows color (decimal): -4037354 or 1467842. OLE color: 1467842.

HSL color Cylindrical-coordinate representation of color #C26516: hue angle of 27.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C26516 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 101 22 -
CMYK 0 0.48 0.89 0.24
HSL 27.56º 0.8% 0.42% -
HSV(B) 27.56º 0.89% 0.76% -
XYZ 27.05 20.83 3.36 -
YUV 119.8 72.81 180.92 -
System Red Green Blue C M Y K H S L
Decimal 194 101 22 0 0.48 0.89 0.24 27.56 0.8 0.42
Hex C2 65 16 0 30 59 18 1C 50 2A
Octal 302 145 26 0 60 131 30 34 120 52
Binary 11000010 1100101 10110 0 110000 1011001 11000 11100 1010000 101010

Color Harmonies of #C26516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26516

Black with #C26516

Text Example


Text Example

White with #C26516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26516; }

 p { color: rgb(194,101,22); }

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

background-color css

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

 a { background-color: rgb(194,101,22); }

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

border-color css

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

 span { border-color: rgb(194,101,22); }

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