#c75279

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

Shades of Cabaret #C75279

Tints of Cabaret #C75279

Color information

#C75279 (or 0xC75279) is unknown color: approx Cabaret. HEX triplet: C7, 52 and 79. RGB value is (199,82,121). Sum of RGB (Red+Green+Blue) = 199+82+121=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C75279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75279 is #38AD86. Grayscale: #797979. Windows color (decimal): -3714439 or 7951047. OLE color: 7951047.

HSL color Cylindrical-coordinate representation of color #C75279: hue angle of 340º degrees, saturation: 0.51, 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 #C75279 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB19982121-
CMYK00.590.390.22
HSL340º51.09%55.1%-
HSV(B)340º58.79%78.04%-
XYZ30.0219.5620.28-
YUV121.43127.76183.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.50%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=49.50%
G=20.40%
B=30.10%

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
Decimal1998212100.590.390.2234051.0955.1
HexC7527903B27161543337
Octal30712217107347265246367
Binary1100011110100101111001011101110011110110101010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c75279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c75279; }

 p { color: rgb(199,82,121); }

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

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

 a { background-color: rgb(199,82,121); }

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

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

 span { border-color: rgb(199,82,121); }

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