#C15269

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

Shades of Cabaret #C15269

Tints of Cabaret #C15269

Color information

#C15269 (or 0xC15269) is unknown color: approx Cabaret. HEX triplet: C1, 52 and 69. RGB value is (193,82,105). Sum of RGB (Red+Green+Blue) = 193+82+105=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C15269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15269 is #3EAD96. Grayscale: #757575. Windows color (decimal): -4107671 or 6902465. OLE color: 6902465.

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

Color convert

RGB19382105-
CMYK00.580.460.24
HSL347.57º47.23%53.92%-
HSV(B)347.57º57.51%75.69%-
XYZ27.5618.3915.46-
YUV117.81120.77181.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.79%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=50.79%
G=21.58%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938210500.580.460.24347.5747.2353.92
HexC1526903A2E1815c2f36
Octal30112215107256305345766
Binary1100000110100101101001011101010111011000101011100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15269; }

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

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

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

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

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

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

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

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