#C65474

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

Shades of Cabaret #C65474

Tints of Cabaret #C65474

Color information

#C65474 (or 0xC65474) is unknown color: approx Cabaret. HEX triplet: C6, 54 and 74. RGB value is (198,84,116). Sum of RGB (Red+Green+Blue) = 198+84+116=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C65474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65474 is #39AB8B. Grayscale: #797979. Windows color (decimal): -3779468 or 7623878. OLE color: 7623878.

HSL color Cylindrical-coordinate representation of color #C65474: hue angle of 343.16º 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 #C65474 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB19884116-
CMYK00.580.410.22
HSL343.16º50%55.29%-
HSV(B)343.16º57.58%77.65%-
XYZ29.6119.6118.75-
YUV121.73124.77182.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.75%
GREEN value IS 84 (33.20% from 255) = 21.11%
BLUE value IS 116 (45.70% from 255) = 29.15%
R=49.75%
G=21.11%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988411600.580.410.22343.165055.29
HexC6547403A29161573237
Octal30612416407251265276267
Binary1100011010101001110100011101010100110110101010111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65474; }

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

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

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

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

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

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

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

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