#C1601A

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

Shades of Chocolate #C1601A

Tints of Chocolate #C1601A

Color information

#C1601A (or 0xC1601A) is unknown color: approx Chocolate. HEX triplet: C1, 60 and 1A. RGB value is (193,96,26). Sum of RGB (Red+Green+Blue) = 193+96+26=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C1601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1601A is #3E9FE5. Grayscale: #757575. Windows color (decimal): -4104166 or 1728705. OLE color: 1728705.

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

Color convert

RGB1939626-
CMYK00.500.870.24
HSL25.15º76.26%42.94%-
HSV(B)25.15º86.53%75.69%-
XYZ26.3619.783.41-
YUV117.0276.64182.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.27%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 26 (10.55% from 255) = 8.25%
R=61.27%
G=30.48%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193962600.500.870.2425.1576.2642.94
HexC1601A0325718194c2b
Octal30114032062127303111453
Binary110000011100000110100110010101011111000110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1601A; }

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

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

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

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

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

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

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

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