#C94464

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

Shades of Cabaret #C94464

Tints of Cabaret #C94464

Color information

#C94464 (or 0xC94464) is unknown color: approx Cabaret. HEX triplet: C9, 44 and 64. RGB value is (201,68,100). Sum of RGB (Red+Green+Blue) = 201+68+100=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C94464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94464 is #36BB9B. Grayscale: #6F6F6F. Windows color (decimal): -3586972 or 6571209. OLE color: 6571209.

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

Color convert

RGB20168100-
CMYK00.660.500.21
HSL345.56º55.19%52.75%-
HSV(B)345.56º66.17%78.82%-
XYZ28.4517.4713.93-
YUV111.42121.56191.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 100 (39.45% from 255) = 27.10%
R=54.47%
G=18.43%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016810000.660.500.21345.5655.1952.75
HexC94464042321515a3735
Octal311104144010262255326765
Binary11001001100010011001000100001011001010101101011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94464; }

 p { color: rgb(201,68,100); }

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

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

 a { background-color: rgb(201,68,100); }

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

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

 span { border-color: rgb(201,68,100); }

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