Html Css Color HEX #C26113 Chocolate

📋 copy color: '#C26113'

red 194 ◦ green 97 ◦ blue 19

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

Shades of Chocolate #C26113

Tints of Chocolate #C26113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.13%

R = 62.58%
G = 31.29%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C26113 (or 0xC26113) is known color: Chocolate. HEX triplet: C2, 61 and 13. RGB value is (194,97,19). Sum of RGB (Red+Green+Blue) = 194+97+19=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C26113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26113 is #3D9EEC. Grayscale: #757575. Windows color (decimal): -4038381 or 1270210. OLE color: 1270210.

HSL color Cylindrical-coordinate representation of color #C26113: hue angle of 26.74º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C26113 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 19 -
CMYK 0 0.50 0.90 0.24
HSL 26.74º 0.82% 0.42% -
HSV(B) 26.74º 0.9% 0.76% -
XYZ 26.64 20.07 3.09 -
YUV 117.11 72.64 182.84 -
System Red Green Blue C M Y K H S L
Decimal 194 97 19 0 0.50 0.90 0.24 26.74 0.82 0.42
Hex C2 61 13 0 32 5A 18 1B 52 2A
Octal 302 141 23 0 62 132 30 33 122 52
Binary 11000010 1100001 10011 0 110010 1011010 11000 11011 1010010 101010

Color Harmonies of #C26113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26113

Black with #C26113

Text Example


Text Example

White with #C26113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26113; }

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

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

background-color css

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

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

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

border-color css

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

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

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