#C75E6E

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

Shades of Cabaret #C75E6E

Tints of Cabaret #C75E6E

Color information

#C75E6E (or 0xC75E6E) is unknown color: approx Cabaret. HEX triplet: C7, 5E and 6E. RGB value is (199,94,110). Sum of RGB (Red+Green+Blue) = 199+94+110=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75E6E is #38A191. Grayscale: #7F7F7F. Windows color (decimal): -3711378 or 7233223. OLE color: 7233223.

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

Color convert

RGB19994110-
CMYK00.530.450.22
HSL350.86º48.39%57.45%-
HSV(B)350.86º52.76%78.04%-
XYZ30.3721.2717.26-
YUV127.22118.29179.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.38%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 110 (43.36% from 255) = 27.30%
R=49.38%
G=23.33%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999411000.530.450.22350.8648.3957.45
HexC75E6E0352D1615f3039
Octal30713615606555265376071
Binary1100011110111101101110011010110110110110101011111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75E6E; }

 p { color: rgb(199,94,110); }

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

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

 a { background-color: rgb(199,94,110); }

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

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

 span { border-color: rgb(199,94,110); }

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