#C15272

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

Shades of Cabaret #C15272

Tints of Cabaret #C15272

Color information

#C15272 (or 0xC15272) is unknown color: approx Cabaret. HEX triplet: C1, 52 and 72. RGB value is (193,82,114). Sum of RGB (Red+Green+Blue) = 193+82+114=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C15272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15272 is #3EAD8D. Grayscale: #767676. Windows color (decimal): -4107662 or 7492289. OLE color: 7492289.

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

Color convert

RGB19382114-
CMYK00.580.410.24
HSL342.7º47.23%53.92%-
HSV(B)342.7º57.51%75.69%-
XYZ28.0518.5918.03-
YUV118.84125.27180.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.61%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=49.61%
G=21.08%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938211400.580.410.24342.747.2353.92
HexC1527203A29181572f36
Octal30112216207251305275766
Binary1100000110100101110010011101010100111000101010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15272; }

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

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

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

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

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

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

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

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