#C44C64

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

Shades of Cabaret #C44C64

Tints of Cabaret #C44C64

Color information

#C44C64 (or 0xC44C64) is unknown color: approx Cabaret. HEX triplet: C4, 4C and 64. RGB value is (196,76,100). Sum of RGB (Red+Green+Blue) = 196+76+100=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44C64 is #3BB39B. Grayscale: #727272. Windows color (decimal): -3912604 or 6573252. OLE color: 6573252.

HSL color Cylindrical-coordinate representation of color #C44C64: hue angle of 348º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44C64 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB19676100-
CMYK00.610.490.23
HSL348º50.42%53.33%-
HSV(B)348º61.22%76.86%-
XYZ27.6517.8214.04-
YUV114.62119.76186.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.69%
GREEN value IS 76 (30.08% from 255) = 20.43%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=52.69%
G=20.43%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967610000.610.490.2334850.4253.33
HexC44C6403D311715c3235
Octal30411414407561275346265
Binary1100010010011001100100011110111000110111101011100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44C64; }

 p { color: rgb(196,76,100); }

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

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

 a { background-color: rgb(196,76,100); }

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

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

 span { border-color: rgb(196,76,100); }

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