#C65475

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

Shades of Cabaret #C65475

Tints of Cabaret #C65475

Color information

#C65475 (or 0xC65475) is unknown color: approx Cabaret. HEX triplet: C6, 54 and 75. RGB value is (198,84,117). Sum of RGB (Red+Green+Blue) = 198+84+117=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65475 is #39AB8A. Grayscale: #797979. Windows color (decimal): -3779467 or 7689414. OLE color: 7689414.

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

Color convert

RGB19884117-
CMYK00.580.410.22
HSL342.63º50%55.29%-
HSV(B)342.63º57.58%77.65%-
XYZ29.6719.6319.05-
YUV121.85125.27182.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=49.62%
G=21.05%
B=29.32%

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
Decimal1988411700.580.410.22342.635055.29
HexC6547503A29161573237
Octal30612416507251265276267
Binary1100011010101001110101011101010100110110101010111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65475; }

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

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

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

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

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

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

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

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