Html Css Color HEX #C26115 Chocolate

📋 copy color: '#C26115'

red 194 ◦ green 97 ◦ blue 21

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

Shades of Chocolate #C26115

Tints of Chocolate #C26115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 62.18%
G = 31.09%
B = 6.73%

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

#C26115 (or 0xC26115) is known color: Chocolate. HEX triplet: C2, 61 and 15. RGB value is (194,97,21). Sum of RGB (Red+Green+Blue) = 194+97+21=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C26115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26115 is #3D9EEA. Grayscale: #757575. Windows color (decimal): -4038379 or 1401282. OLE color: 1401282.

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

Color convert

RGB 194 97 21 -
CMYK 0 0.50 0.89 0.24
HSL 26.36º 0.8% 0.42% -
HSV(B) 26.36º 0.89% 0.76% -
XYZ 26.66 20.07 3.18 -
YUV 117.34 73.64 182.68 -
System Red Green Blue C M Y K H S L
Decimal 194 97 21 0 0.50 0.89 0.24 26.36 0.8 0.42
Hex C2 61 15 0 32 59 18 1A 50 2A
Octal 302 141 25 0 62 131 30 32 120 52
Binary 11000010 1100001 10101 0 110010 1011001 11000 11010 1010000 101010

Color Harmonies of #C26115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26115

Black with #C26115

Text Example


Text Example

White with #C26115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26115; }

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

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

background-color css

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

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

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

border-color css

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

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

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