#C75868

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

Shades of Cabaret #C75868

Tints of Cabaret #C75868

Color information

#C75868 (or 0xC75868) is unknown color: approx Cabaret. HEX triplet: C7, 58 and 68. RGB value is (199,88,104). Sum of RGB (Red+Green+Blue) = 199+88+104=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C75868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75868 is #38A797. Grayscale: #7B7B7B. Windows color (decimal): -3712920 or 6838471. OLE color: 6838471.

HSL color Cylindrical-coordinate representation of color #C75868: hue angle of 351.35º 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 #C75868 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB19988104-
CMYK00.560.480.22
HSL351.35º49.78%56.27%-
HSV(B)351.35º55.78%78.04%-
XYZ29.5420.1215.42-
YUV123.01117.27182.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=50.90%
G=22.51%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998810400.560.480.22351.3549.7856.27
HexC75868038301615f3238
Octal30713015007060265376270
Binary1100011110110001101000011100011000010110101011111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75868; }

 p { color: rgb(199,88,104); }

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

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

 a { background-color: rgb(199,88,104); }

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

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

 span { border-color: rgb(199,88,104); }

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