#C1526F

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

Shades of Cabaret #C1526F

Tints of Cabaret #C1526F

Color information

#C1526F (or 0xC1526F) is unknown color: approx Cabaret. HEX triplet: C1, 52 and 6F. RGB value is (193,82,111). Sum of RGB (Red+Green+Blue) = 193+82+111=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1526F is #3EAD90. Grayscale: #767676. Windows color (decimal): -4107665 or 7295681. OLE color: 7295681.

HSL color Cylindrical-coordinate representation of color #C1526F: hue angle of 344.32º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1526F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19382111-
CMYK00.580.420.24
HSL344.32º47.23%53.92%-
HSV(B)344.32º57.51%75.69%-
XYZ27.8818.5217.14-
YUV118.5123.77181.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=50%
G=21.24%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938211100.580.420.24344.3247.2353.92
HexC1526F03A2A181582f36
Octal30112215707252305305766
Binary1100000110100101101111011101010101011000101011000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1526F; }

 p { color: rgb(193,82,111); }

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

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

 a { background-color: rgb(193,82,111); }

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

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

 span { border-color: rgb(193,82,111); }

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