#C64F65

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

Shades of Cabaret #C64F65

Tints of Cabaret #C64F65

Color information

#C64F65 (or 0xC64F65) is unknown color: approx Cabaret. HEX triplet: C6, 4F and 65. RGB value is (198,79,101). Sum of RGB (Red+Green+Blue) = 198+79+101=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F65 is #39B09A. Grayscale: #757575. Windows color (decimal): -3780763 or 6639558. OLE color: 6639558.

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

Color convert

RGB19879101-
CMYK00.600.490.22
HSL348.91º51.07%54.31%-
HSV(B)348.91º60.1%77.65%-
XYZ28.4318.5414.39-
YUV117.09118.92185.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.38%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=52.38%
G=20.90%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987910100.600.490.22348.9151.0754.31
HexC64F6503C311615d3336
Octal30611714507461265356366
Binary1100011010011111100101011110011000110110101011101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64F65; }

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

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

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

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

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

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

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

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