#C94F77

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

Shades of Cabaret #C94F77

Tints of Cabaret #C94F77

Color information

#C94F77 (or 0xC94F77) is unknown color: approx Cabaret. HEX triplet: C9, 4F and 77. RGB value is (201,79,119). Sum of RGB (Red+Green+Blue) = 201+79+119=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94F77 is #36B088. Grayscale: #787878. Windows color (decimal): -3584137 or 7819209. OLE color: 7819209.

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

Color convert

RGB20179119-
CMYK00.610.410.21
HSL340.33º53.04%54.9%-
HSV(B)340.33º60.7%78.82%-
XYZ30.2119.3419.59-
YUV120.04127.42185.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.38%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=50.38%
G=19.80%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017911900.610.410.21340.3353.0454.9
HexC94F7703D29151543537
Octal31111716707551255246567
Binary1100100110011111110111011110110100110101101010100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94F77; }

 p { color: rgb(201,79,119); }

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

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

 a { background-color: rgb(201,79,119); }

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

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

 span { border-color: rgb(201,79,119); }

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