#C64361

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

Shades of Cabaret #C64361

Tints of Cabaret #C64361

Color information

#C64361 (or 0xC64361) is unknown color: approx Cabaret. HEX triplet: C6, 43 and 61. RGB value is (198,67,97). Sum of RGB (Red+Green+Blue) = 198+67+97=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C64361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64361 is #39BC9E. Grayscale: #6D6D6D. Windows color (decimal): -3783839 or 6374342. OLE color: 6374342.

HSL color Cylindrical-coordinate representation of color #C64361: hue angle of 346.26º 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 #C64361 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB1986797-
CMYK00.660.510.22
HSL346.26º53.47%51.96%-
HSV(B)346.26º66.16%77.65%-
XYZ27.4516.8813.12-
YUV109.59120.9191.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.70%
GREEN value IS 67 (26.56% from 255) = 18.51%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=54.70%
G=18.51%
B=26.80%

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
Decimal198679700.660.510.22346.2653.4751.96
HexC64361042331615a3534
Octal306103141010263265326564
Binary11000110100001111000010100001011001110110101011010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64361; }

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

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

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

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

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

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

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

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