#c8527a

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

Shades of Cabaret #C8527A

Tints of Cabaret #C8527A

Color information

#C8527A (or 0xC8527A) is unknown color: approx Cabaret. HEX triplet: C8, 52 and 7A. RGB value is (200,82,122). Sum of RGB (Red+Green+Blue) = 200+82+122=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8527A is #37AD85. Grayscale: #797979. Windows color (decimal): -3648902 or 8016584. OLE color: 8016584.

HSL color Cylindrical-coordinate representation of color #C8527A: hue angle of 339.66º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8527A is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB20082122-
CMYK00.590.390.22
HSL339.66º51.75%55.29%-
HSV(B)339.66º59%78.43%-
XYZ30.3519.7220.62-
YUV121.84128.09183.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=49.50%
G=20.30%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008212200.590.390.22339.6651.7555.29
HexC8527A03B27161543437
Octal31012217207347265246467
Binary1100100010100101111010011101110011110110101010100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8527a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8527a; }

 p { color: rgb(200,82,122); }

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

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

 a { background-color: rgb(200,82,122); }

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

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

 span { border-color: rgb(200,82,122); }

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