#C64B73

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

Shades of Cabaret #C64B73

Tints of Cabaret #C64B73

Color information

#C64B73 (or 0xC64B73) is unknown color: approx Cabaret. HEX triplet: C6, 4B and 73. RGB value is (198,75,115). Sum of RGB (Red+Green+Blue) = 198+75+115=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B73 is #39B48C. Grayscale: #747474. Windows color (decimal): -3781773 or 7556038. OLE color: 7556038.

HSL color Cylindrical-coordinate representation of color #C64B73: hue angle of 340.49º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64B73 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB19875115-
CMYK00.620.420.22
HSL340.49º51.9%53.53%-
HSV(B)340.49º62.12%77.65%-
XYZ28.918.2818.22-
YUV116.34127.25186.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.03%
GREEN value IS 75 (29.69% from 255) = 19.33%
BLUE value IS 115 (45.31% from 255) = 29.64%
R=51.03%
G=19.33%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987511500.620.420.22340.4951.953.53
HexC64B7303E2A161543436
Octal30611316307652265246466
Binary1100011010010111110011011111010101010110101010100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B73; }

 p { color: rgb(198,75,115); }

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

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

 a { background-color: rgb(198,75,115); }

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

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

 span { border-color: rgb(198,75,115); }

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