#C26D0A

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

Shades of Chocolate #C26D0A

Tints of Chocolate #C26D0A

Color information

#C26D0A (or 0xC26D0A) is unknown color: approx Chocolate. HEX triplet: C2, 6D and 0A. RGB value is (194,109,10). Sum of RGB (Red+Green+Blue) = 194+109+10=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26D0A is #3D92F5. Grayscale: #7B7B7B. Windows color (decimal): -4035318 or 683458. OLE color: 683458.

HSL color Cylindrical-coordinate representation of color #C26D0A: hue angle of 32.28º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C26D0A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB19410910-
CMYK00.440.950.24
HSL32.28º90.2%40%-
HSV(B)32.28º94.85%76.08%-
XYZ27.7722.433.15-
YUV123.1364.16178.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.98%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 10 (4.30% from 255) = 3.19%
R=61.98%
G=34.82%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941091000.440.950.2432.2890.240
HexC26DA02C5F18205a28
Octal30215512054137304013250
Binary110000101101101101001011001011111110001000001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D0A; }

 p { color: rgb(194,109,10); }

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

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

 a { background-color: rgb(194,109,10); }

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

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

 span { border-color: rgb(194,109,10); }

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