#c26a0f

Color #C26A0F Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #C26A0F

Tints of Chocolate #C26A0F

Color information

#C26A0F (or 0xC26A0F) is unknown color: approx Chocolate. HEX triplet: C2, 6A and 0F. RGB value is (194,106,15). Sum of RGB (Red+Green+Blue) = 194+106+15=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26A0F is #3D95F0. Grayscale: #7A7A7A. Windows color (decimal): -4036081 or 1010370. OLE color: 1010370.

HSL color Cylindrical-coordinate representation of color #C26A0F: hue angle of 30.5º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C26A0F is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB19410615-
CMYK00.450.920.24
HSL30.5º85.65%40.98%-
HSV(B)30.5º92.27%76.08%-
XYZ27.4921.813.21-
YUV121.9467.65179.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.59%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 15 (6.25% from 255) = 4.76%
R=61.59%
G=33.65%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941061500.450.920.2430.585.6540.98
HexC26AF02D5C181f5629
Octal30215217055134303712651
Binary11000010110101011110101101101110011000111111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c26a0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c26a0f; }

 p { color: rgb(194,106,15); }

 H1.HeaderClassName
 {
   color: #c26a0f;
 }
 .AnyTagClassName
 {
   color: #c26a0f;
 }
</style>
background-color css

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

 a { background-color: rgb(194,106,15); }

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

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

 span { border-color: rgb(194,106,15); }

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