#C64F6A

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

Shades of Cabaret #C64F6A

Tints of Cabaret #C64F6A

Color information

#C64F6A (or 0xC64F6A) is unknown color: approx Cabaret. HEX triplet: C6, 4F and 6A. RGB value is (198,79,106). Sum of RGB (Red+Green+Blue) = 198+79+106=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F6A is #39B095. Grayscale: #757575. Windows color (decimal): -3780758 or 6967238. OLE color: 6967238.

HSL color Cylindrical-coordinate representation of color #C64F6A: hue angle of 346.39º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F6A is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19879106-
CMYK00.600.460.22
HSL346.39º51.07%54.31%-
HSV(B)346.39º60.1%77.65%-
XYZ28.6918.6415.72-
YUV117.66121.42185.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=51.70%
G=20.63%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987910600.600.460.22346.3951.0754.31
HexC64F6A03C2E1615a3336
Octal30611715207456265326366
Binary1100011010011111101010011110010111010110101011010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64F6A; }

 p { color: rgb(198,79,106); }

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

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

 a { background-color: rgb(198,79,106); }

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

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

 span { border-color: rgb(198,79,106); }

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