#C95F73

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

Shades of Cabaret #C95F73

Tints of Cabaret #C95F73

Color information

#C95F73 (or 0xC95F73) is unknown color: approx Cabaret. HEX triplet: C9, 5F and 73. RGB value is (201,95,115). Sum of RGB (Red+Green+Blue) = 201+95+115=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F73 is #36A08C. Grayscale: #818181. Windows color (decimal): -3580045 or 7561161. OLE color: 7561161.

HSL color Cylindrical-coordinate representation of color #C95F73: hue angle of 348.68º 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 #C95F73 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB20195115-
CMYK00.530.430.21
HSL348.68º49.53%58.04%-
HSV(B)348.68º52.74%78.82%-
XYZ31.2721.8418.79-
YUV128.97120.12179.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.91%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=48.91%
G=23.11%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019511500.530.430.21348.6849.5358.04
HexC95F730352B1515d323a
Octal31113716306553255356272
Binary1100100110111111110011011010110101110101101011101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95F73; }

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

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

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

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

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

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

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

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