#C64770

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

Shades of Cabaret #C64770

Tints of Cabaret #C64770

Color information

#C64770 (or 0xC64770) is unknown color: approx Cabaret. HEX triplet: C6, 47 and 70. RGB value is (198,71,112). Sum of RGB (Red+Green+Blue) = 198+71+112=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C64770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64770 is #39B88F. Grayscale: #717171. Windows color (decimal): -3782800 or 7358406. OLE color: 7358406.

HSL color Cylindrical-coordinate representation of color #C64770: hue angle of 340.63º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64770 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB19871112-
CMYK00.640.430.22
HSL340.63º52.7%52.75%-
HSV(B)340.63º64.14%77.65%-
XYZ28.4717.6817.24-
YUV113.65127.08188.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.97%
GREEN value IS 71 (28.12% from 255) = 18.64%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=51.97%
G=18.64%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987111200.640.430.22340.6352.752.75
HexC647700402B161553535
Octal306107160010053265256565
Binary11000110100011111100000100000010101110110101010101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64770; }

 p { color: rgb(198,71,112); }

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

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

 a { background-color: rgb(198,71,112); }

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

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

 span { border-color: rgb(198,71,112); }

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