#C45774

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

Shades of Cabaret #C45774

Tints of Cabaret #C45774

Color information

#C45774 (or 0xC45774) is unknown color: approx Cabaret. HEX triplet: C4, 57 and 74. RGB value is (196,87,116). Sum of RGB (Red+Green+Blue) = 196+87+116=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C45774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45774 is #3BA88B. Grayscale: #7A7A7A. Windows color (decimal): -3909772 or 7624644. OLE color: 7624644.

HSL color Cylindrical-coordinate representation of color #C45774: hue angle of 344.04º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C45774 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB19687116-
CMYK00.560.410.23
HSL344.04º48.02%55.49%-
HSV(B)344.04º55.61%76.86%-
XYZ29.3319.8118.8-
YUV122.9124.11180.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=49.12%
G=21.80%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968711600.560.410.23344.0448.0255.49
HexC4577403829171583037
Octal30412716407051275306067
Binary1100010010101111110100011100010100110111101011000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45774; }

 p { color: rgb(196,87,116); }

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

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

 a { background-color: rgb(196,87,116); }

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

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

 span { border-color: rgb(196,87,116); }

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