#C94C68

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

Shades of Cabaret #C94C68

Tints of Cabaret #C94C68

Color information

#C94C68 (or 0xC94C68) is unknown color: approx Cabaret. HEX triplet: C9, 4C and 68. RGB value is (201,76,104). Sum of RGB (Red+Green+Blue) = 201+76+104=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C68 is #36B397. Grayscale: #747474. Windows color (decimal): -3584920 or 6835401. OLE color: 6835401.

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

Color convert

RGB20176104-
CMYK00.620.480.21
HSL346.56º53.65%54.31%-
HSV(B)346.56º62.19%78.82%-
XYZ29.1718.5915.15-
YUV116.57120.91188.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 76 (30.08% from 255) = 19.95%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=52.76%
G=19.95%
B=27.30%

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
Decimal2017610400.620.480.21346.5653.6554.31
HexC94C6803E301515b3636
Octal31111415007660255336666
Binary1100100110011001101000011111011000010101101011011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94C68; }

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

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

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

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

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

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

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

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