Html Css Color HEX #C26116 Chocolate

📋 copy color: '#C26116'

red 194 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #C26116

Tints of Chocolate #C26116

RGB

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

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

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

R = 61.98%
G = 30.99%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C26116 (or 0xC26116) is known color: Chocolate. HEX triplet: C2, 61 and 16. RGB value is (194,97,22). Sum of RGB (Red+Green+Blue) = 194+97+22=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26116 is #3D9EE9. Grayscale: #757575. Windows color (decimal): -4038378 or 1466818. OLE color: 1466818.

HSL color Cylindrical-coordinate representation of color #C26116: hue angle of 26.16º 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 #C26116 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 22 -
CMYK 0 0.50 0.89 0.24
HSL 26.16º 0.8% 0.42% -
HSV(B) 26.16º 0.89% 0.76% -
XYZ 26.67 20.08 3.23 -
YUV 117.45 74.14 182.6 -
System Red Green Blue C M Y K H S L
Decimal 194 97 22 0 0.50 0.89 0.24 26.16 0.8 0.42
Hex C2 61 16 0 32 59 18 1A 50 2A
Octal 302 141 26 0 62 131 30 32 120 52
Binary 11000010 1100001 10110 0 110010 1011001 11000 11010 1010000 101010

Color Harmonies of #C26116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26116

Black with #C26116

Text Example


Text Example

White with #C26116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26116; }

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

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

background-color css

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

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

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

border-color css

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

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

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