#C64461

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

Shades of Cabaret #C64461

Tints of Cabaret #C64461

Color information

#C64461 (or 0xC64461) is unknown color: approx Cabaret. HEX triplet: C6, 44 and 61. RGB value is (198,68,97). Sum of RGB (Red+Green+Blue) = 198+68+97=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C64461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64461 is #39BB9E. Grayscale: #6E6E6E. Windows color (decimal): -3783583 or 6374598. OLE color: 6374598.

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

Color convert

RGB1986897-
CMYK00.660.510.22
HSL346.62º53.28%52.16%-
HSV(B)346.62º65.66%77.65%-
XYZ27.511713.14-
YUV110.18120.57190.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.55%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=54.55%
G=18.73%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198689700.660.510.22346.6253.2852.16
HexC64461042331615b3534
Octal306104141010263265336564
Binary11000110100010011000010100001011001110110101011011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64461; }

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

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

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

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

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

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

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

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