#C95F7C

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

Shades of Cabaret #C95F7C

Tints of Cabaret #C95F7C

Color information

#C95F7C (or 0xC95F7C) is unknown color: approx Cabaret. HEX triplet: C9, 5F and 7C. RGB value is (201,95,124). Sum of RGB (Red+Green+Blue) = 201+95+124=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F7C is #36A083. Grayscale: #818181. Windows color (decimal): -3580036 or 8150985. OLE color: 8150985.

HSL color Cylindrical-coordinate representation of color #C95F7C: hue angle of 343.58º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95F7C is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB20195124-
CMYK00.530.380.21
HSL343.58º49.53%58.04%-
HSV(B)343.58º52.74%78.82%-
XYZ31.8222.0621.65-
YUV130124.62178.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=47.86%
G=22.62%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019512400.530.380.21343.5849.5358.04
HexC95F7C0352615158323a
Octal31113717406546255306272
Binary1100100110111111111100011010110011010101101011000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95F7C; }

 p { color: rgb(201,95,124); }

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

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

 a { background-color: rgb(201,95,124); }

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

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

 span { border-color: rgb(201,95,124); }

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