Html Css Color HEX #C26216 Chocolate

📋 copy color: '#C26216'

red 194 ◦ green 98 ◦ blue 22

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

Shades of Chocolate #C26216

Tints of Chocolate #C26216

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 61.78%
G = 31.21%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C26216 (or 0xC26216) is known color: Chocolate. HEX triplet: C2, 62 and 16. RGB value is (194,98,22). Sum of RGB (Red+Green+Blue) = 194+98+22=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C26216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26216 is #3D9DE9. Grayscale: #767676. Windows color (decimal): -4038122 or 1467074. OLE color: 1467074.

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

Color convert

RGB 194 98 22 -
CMYK 0 0.49 0.89 0.24
HSL 26.51º 0.8% 0.42% -
HSV(B) 26.51º 0.89% 0.76% -
XYZ 26.76 20.26 3.26 -
YUV 118.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 194 98 22 0 0.49 0.89 0.24 26.51 0.8 0.42
Hex C2 62 16 0 31 59 18 1B 50 2A
Octal 302 142 26 0 61 131 30 33 120 52
Binary 11000010 1100010 10110 0 110001 1011001 11000 11011 1010000 101010

Color Harmonies of #C26216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26216

Black with #C26216

Text Example


Text Example

White with #C26216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26216; }

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

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

background-color css

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

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

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

border-color css

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

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

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