#C1621A

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

Shades of Chocolate #C1621A

Tints of Chocolate #C1621A

Color information

#C1621A (or 0xC1621A) is unknown color: approx Chocolate. HEX triplet: C1, 62 and 1A. RGB value is (193,98,26). Sum of RGB (Red+Green+Blue) = 193+98+26=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1621A is #3E9DE5. Grayscale: #767676. Windows color (decimal): -4103654 or 1729217. OLE color: 1729217.

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

Color convert

RGB1939826-
CMYK00.490.870.24
HSL25.87º76.26%42.94%-
HSV(B)25.87º86.53%75.69%-
XYZ26.5520.153.47-
YUV118.275.97181.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.88%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 26 (10.55% from 255) = 8.20%
R=60.88%
G=30.91%
B=8.20%

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
Decimal193982600.490.870.2425.8776.2642.94
HexC1621A03157181a4c2b
Octal30114232061127303211453
Binary110000011100010110100110001101011111000110101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1621A; }

 p { color: rgb(193,98,26); }

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

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

 a { background-color: rgb(193,98,26); }

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

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

 span { border-color: rgb(193,98,26); }

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