#C64561

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

Shades of Cabaret #C64561

Tints of Cabaret #C64561

Color information

#C64561 (or 0xC64561) is unknown color: approx Cabaret. HEX triplet: C6, 45 and 61. RGB value is (198,69,97). Sum of RGB (Red+Green+Blue) = 198+69+97=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C64561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64561 is #39BA9E. Grayscale: #6E6E6E. Windows color (decimal): -3783327 or 6374854. OLE color: 6374854.

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

Color convert

RGB1986997-
CMYK00.650.510.22
HSL346.98º53.09%52.35%-
HSV(B)346.98º65.15%77.65%-
XYZ27.5717.1313.16-
YUV110.76120.24190.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.40%
GREEN value IS 69 (27.34% from 255) = 18.96%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=54.40%
G=18.96%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198699700.650.510.22346.9853.0952.35
HexC64561041331615b3534
Octal306105141010163265336564
Binary11000110100010111000010100000111001110110101011011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64561; }

 p { color: rgb(198,69,97); }

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

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

 a { background-color: rgb(198,69,97); }

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

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

 span { border-color: rgb(198,69,97); }

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