#C45A77

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

Shades of Cabaret #C45A77

Tints of Cabaret #C45A77

Color information

#C45A77 (or 0xC45A77) is unknown color: approx Cabaret. HEX triplet: C4, 5A and 77. RGB value is (196,90,119). Sum of RGB (Red+Green+Blue) = 196+90+119=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A77 is #3BA588. Grayscale: #7C7C7C. Windows color (decimal): -3909001 or 7822020. OLE color: 7822020.

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

Color convert

RGB19690119-
CMYK00.540.390.23
HSL343.58º47.32%56.08%-
HSV(B)343.58º54.08%76.86%-
XYZ29.7520.3819.82-
YUV125124.62178.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=48.40%
G=22.22%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969011900.540.390.23343.5847.3256.08
HexC45A7703627171582f38
Octal30413216706647275305770
Binary1100010010110101110111011011010011110111101011000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A77; }

 p { color: rgb(196,90,119); }

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

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

 a { background-color: rgb(196,90,119); }

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

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

 span { border-color: rgb(196,90,119); }

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