#C94C69

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

Shades of Cabaret #C94C69

Tints of Cabaret #C94C69

Color information

#C94C69 (or 0xC94C69) is unknown color: approx Cabaret. HEX triplet: C9, 4C and 69. RGB value is (201,76,105). Sum of RGB (Red+Green+Blue) = 201+76+105=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C69 is #36B396. Grayscale: #747474. Windows color (decimal): -3584919 or 6900937. OLE color: 6900937.

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

Color convert

RGB20176105-
CMYK00.620.480.21
HSL346.08º53.65%54.31%-
HSV(B)346.08º62.19%78.82%-
XYZ29.2218.6115.42-
YUV116.68121.41188.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.62%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=52.62%
G=19.90%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017610500.620.480.21346.0853.6554.31
HexC94C6903E301515a3636
Octal31111415107660255326666
Binary1100100110011001101001011111011000010101101011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94C69; }

 p { color: rgb(201,76,105); }

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

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

 a { background-color: rgb(201,76,105); }

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

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

 span { border-color: rgb(201,76,105); }

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