#C2631A

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

Shades of Chocolate #C2631A

Tints of Chocolate #C2631A

Color information

#C2631A (or 0xC2631A) is unknown color: approx Chocolate. HEX triplet: C2, 63 and 1A. RGB value is (194,99,26). Sum of RGB (Red+Green+Blue) = 194+99+26=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2631A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2631A is #3D9CE5. Grayscale: #777777. Windows color (decimal): -4037862 or 1729474. OLE color: 1729474.

HSL color Cylindrical-coordinate representation of color #C2631A: hue angle of 26.07º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2631A is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB1949926-
CMYK00.490.870.24
HSL26.07º76.36%43.14%-
HSV(B)26.07º86.6%76.08%-
XYZ26.920.473.51-
YUV119.0875.47181.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 26 (10.55% from 255) = 8.15%
R=60.82%
G=31.03%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194992600.490.870.2426.0776.3643.14
HexC2631A03157181a4c2b
Octal30214332061127303211453
Binary110000101100011110100110001101011111000110101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2631A; }

 p { color: rgb(194,99,26); }

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

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

 a { background-color: rgb(194,99,26); }

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

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

 span { border-color: rgb(194,99,26); }

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