#C94D66

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

Shades of Cabaret #C94D66

Tints of Cabaret #C94D66

Color information

#C94D66 (or 0xC94D66) is unknown color: approx Cabaret. HEX triplet: C9, 4D and 66. RGB value is (201,77,102). Sum of RGB (Red+Green+Blue) = 201+77+102=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D66 is #36B299. Grayscale: #747474. Windows color (decimal): -3584666 or 6704585. OLE color: 6704585.

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

Color convert

RGB20177102-
CMYK00.620.490.21
HSL347.9º53.45%54.51%-
HSV(B)347.9º61.69%78.82%-
XYZ29.1418.6814.64-
YUV116.93119.58187.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.89%
GREEN value IS 77 (30.47% from 255) = 20.26%
BLUE value IS 102 (40.23% from 255) = 26.84%
R=52.89%
G=20.26%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017710200.620.490.21347.953.4554.51
HexC94D6603E311515c3537
Octal31111514607661255346567
Binary1100100110011011100110011111011000110101101011100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D66; }

 p { color: rgb(201,77,102); }

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

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

 a { background-color: rgb(201,77,102); }

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

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

 span { border-color: rgb(201,77,102); }

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