#C65178

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

Shades of Cabaret #C65178

Tints of Cabaret #C65178

Color information

#C65178 (or 0xC65178) is unknown color: approx Cabaret. HEX triplet: C6, 51 and 78. RGB value is (198,81,120). Sum of RGB (Red+Green+Blue) = 198+81+120=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65178 is #39AE87. Grayscale: #787878. Windows color (decimal): -3780232 or 7885254. OLE color: 7885254.

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

Color convert

RGB19881120-
CMYK00.590.390.22
HSL340º50.65%54.71%-
HSV(B)340º59.09%77.65%-
XYZ29.6219.2519.92-
YUV120.43127.76183.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 81 (32.03% from 255) = 20.30%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=49.62%
G=20.30%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988112000.590.390.2234050.6554.71
HexC6517803B27161543337
Octal30612117007347265246367
Binary1100011010100011111000011101110011110110101010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65178; }

 p { color: rgb(198,81,120); }

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

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

 a { background-color: rgb(198,81,120); }

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

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

 span { border-color: rgb(198,81,120); }

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