#C2650F

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

Shades of Chocolate #C2650F

Tints of Chocolate #C2650F

Color information

#C2650F (or 0xC2650F) is unknown color: approx Chocolate. HEX triplet: C2, 65 and 0F. RGB value is (194,101,15). Sum of RGB (Red+Green+Blue) = 194+101+15=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2650F is #3D9AF0. Grayscale: #777777. Windows color (decimal): -4037361 or 1009090. OLE color: 1009090.

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

Color convert

RGB19410115-
CMYK00.480.920.24
HSL28.83º85.65%40.98%-
HSV(B)28.83º92.27%76.08%-
XYZ26.9920.813.05-
YUV11969.31181.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.58%
GREEN value IS 101 (39.84% from 255) = 32.58%
BLUE value IS 15 (6.25% from 255) = 4.84%
R=62.58%
G=32.58%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941011500.480.920.2428.8385.6540.98
HexC265F0305C181d5629
Octal30214517060134303512651
Binary11000010110010111110110000101110011000111011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2650F; }

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

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

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

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

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

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

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

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