#C1626E

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

Shades of Cabaret #C1626E

Tints of Cabaret #C1626E

Color information

#C1626E (or 0xC1626E) is unknown color: approx Cabaret. HEX triplet: C1, 62 and 6E. RGB value is (193,98,110). Sum of RGB (Red+Green+Blue) = 193+98+110=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1626E is #3E9D91. Grayscale: #7F7F7F. Windows color (decimal): -4103570 or 7234241. OLE color: 7234241.

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

Color convert

RGB19398110-
CMYK00.490.430.24
HSL352.42º43.38%57.06%-
HSV(B)352.42º49.22%75.69%-
XYZ29.1721.217.31-
YUV127.77117.97174.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 110 (43.36% from 255) = 27.43%
R=48.13%
G=24.44%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939811000.490.430.24352.4243.3857.06
HexC1626E0312B181602b39
Octal30114215606153305405371
Binary1100000111000101101110011000110101111000101100000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1626E; }

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

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

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

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

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

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

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

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