#C95E74

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

Shades of Cabaret #C95E74

Tints of Cabaret #C95E74

Color information

#C95E74 (or 0xC95E74) is unknown color: approx Cabaret. HEX triplet: C9, 5E and 74. RGB value is (201,94,116). Sum of RGB (Red+Green+Blue) = 201+94+116=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C95E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95E74 is #36A18B. Grayscale: #808080. Windows color (decimal): -3580300 or 7626441. OLE color: 7626441.

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

Color convert

RGB20194116-
CMYK00.530.420.21
HSL347.66º49.77%57.84%-
HSV(B)347.66º53.23%78.82%-
XYZ31.2421.6819.06-
YUV128.5120.95179.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.91%
GREEN value IS 94 (37.11% from 255) = 22.87%
BLUE value IS 116 (45.70% from 255) = 28.22%
R=48.91%
G=22.87%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019411600.530.420.21347.6649.7757.84
HexC95E740352A1515c323a
Octal31113616406552255346272
Binary1100100110111101110100011010110101010101101011100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95E74; }

 p { color: rgb(201,94,116); }

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

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

 a { background-color: rgb(201,94,116); }

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

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

 span { border-color: rgb(201,94,116); }

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