#C25271

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

Shades of Cabaret #C25271

Tints of Cabaret #C25271

Color information

#C25271 (or 0xC25271) is unknown color: approx Cabaret. HEX triplet: C2, 52 and 71. RGB value is (194,82,113). Sum of RGB (Red+Green+Blue) = 194+82+113=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C25271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25271 is #3DAD8E. Grayscale: #777777. Windows color (decimal): -4042127 or 7426754. OLE color: 7426754.

HSL color Cylindrical-coordinate representation of color #C25271: hue angle of 343.39º degrees, saturation: 0.48, 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 #C25271 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19482113-
CMYK00.580.420.24
HSL343.39º47.86%54.12%-
HSV(B)343.39º57.73%76.08%-
XYZ28.2518.717.74-
YUV119.02124.61181.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.87%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=49.87%
G=21.08%
B=29.05%

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
Decimal1948211300.580.420.24343.3947.8654.12
HexC2527103A2A181573036
Octal30212216107252305276066
Binary1100001010100101110001011101010101011000101010111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25271; }

 p { color: rgb(194,82,113); }

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

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

 a { background-color: rgb(194,82,113); }

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

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

 span { border-color: rgb(194,82,113); }

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