#C75F7B

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

Shades of Cabaret #C75F7B

Tints of Cabaret #C75F7B

Color information

#C75F7B (or 0xC75F7B) is unknown color: approx Cabaret. HEX triplet: C7, 5F and 7B. RGB value is (199,95,123). Sum of RGB (Red+Green+Blue) = 199+95+123=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75F7B is #38A084. Grayscale: #818181. Windows color (decimal): -3711109 or 8085447. OLE color: 8085447.

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

Color convert

RGB19995123-
CMYK00.520.380.22
HSL343.85º48.15%57.65%-
HSV(B)343.85º52.26%78.04%-
XYZ31.2221.7621.29-
YUV129.29124.46177.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=47.72%
G=22.78%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999512300.520.380.22343.8548.1557.65
HexC75F7B0342616158303a
Octal30713717306446265306072
Binary1100011110111111111011011010010011010110101011000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75F7B; }

 p { color: rgb(199,95,123); }

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

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

 a { background-color: rgb(199,95,123); }

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

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

 span { border-color: rgb(199,95,123); }

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