#C75779

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

Shades of Cabaret #C75779

Tints of Cabaret #C75779

Color information

#C75779 (or 0xC75779) is unknown color: approx Cabaret. HEX triplet: C7, 57 and 79. RGB value is (199,87,121). Sum of RGB (Red+Green+Blue) = 199+87+121=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C75779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75779 is #38A886. Grayscale: #7C7C7C. Windows color (decimal): -3713159 or 7952327. OLE color: 7952327.

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

Color convert

RGB19987121-
CMYK00.560.390.22
HSL341.79º50%56.08%-
HSV(B)341.79º56.28%78.04%-
XYZ30.4120.3420.41-
YUV124.36126.11181.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.89%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=48.89%
G=21.38%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998712100.560.390.22341.795056.08
HexC7577903827161563238
Octal30712717107047265266270
Binary1100011110101111111001011100010011110110101010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75779; }

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

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

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

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

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

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

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

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