#C65479

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

Shades of Cabaret #C65479

Tints of Cabaret #C65479

Color information

#C65479 (or 0xC65479) is unknown color: approx Cabaret. HEX triplet: C6, 54 and 79. RGB value is (198,84,121). Sum of RGB (Red+Green+Blue) = 198+84+121=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C65479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65479 is #39AB86. Grayscale: #7A7A7A. Windows color (decimal): -3779463 or 7951558. OLE color: 7951558.

HSL color Cylindrical-coordinate representation of color #C65479: hue angle of 340.53º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65479 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB19884121-
CMYK00.580.390.22
HSL340.53º50%55.29%-
HSV(B)340.53º57.58%77.65%-
XYZ29.9119.7320.32-
YUV122.3127.27181.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.13%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=49.13%
G=20.84%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988412100.580.390.22340.535055.29
HexC6547903A27161553237
Octal30612417107247265256267
Binary1100011010101001111001011101010011110110101010101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65479; }

 p { color: rgb(198,84,121); }

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

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

 a { background-color: rgb(198,84,121); }

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

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

 span { border-color: rgb(198,84,121); }

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