#C94E70

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

Shades of Cabaret #C94E70

Tints of Cabaret #C94E70

Color information

#C94E70 (or 0xC94E70) is unknown color: approx Cabaret. HEX triplet: C9, 4E and 70. RGB value is (201,78,112). Sum of RGB (Red+Green+Blue) = 201+78+112=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94E70 is #36B18F. Grayscale: #767676. Windows color (decimal): -3584400 or 7360201. OLE color: 7360201.

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

Color convert

RGB20178112-
CMYK00.610.440.21
HSL343.41º53.25%54.71%-
HSV(B)343.41º61.19%78.82%-
XYZ29.7419.0417.44-
YUV118.65124.25186.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.41%
GREEN value IS 78 (30.86% from 255) = 19.95%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=51.41%
G=19.95%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017811200.610.440.21343.4153.2554.71
HexC94E7003D2C151573537
Octal31111616007554255276567
Binary1100100110011101110000011110110110010101101010111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94E70; }

 p { color: rgb(201,78,112); }

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

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

 a { background-color: rgb(201,78,112); }

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

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

 span { border-color: rgb(201,78,112); }

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