#C64B74

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

Shades of Cabaret #C64B74

Tints of Cabaret #C64B74

Color information

#C64B74 (or 0xC64B74) is unknown color: approx Cabaret. HEX triplet: C6, 4B and 74. RGB value is (198,75,116). Sum of RGB (Red+Green+Blue) = 198+75+116=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B74 is #39B48B. Grayscale: #747474. Windows color (decimal): -3781772 or 7621574. OLE color: 7621574.

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

Color convert

RGB19875116-
CMYK00.620.410.22
HSL340º51.9%53.53%-
HSV(B)340º62.12%77.65%-
XYZ28.9618.318.53-
YUV116.45127.75186.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.90%
GREEN value IS 75 (29.69% from 255) = 19.28%
BLUE value IS 116 (45.70% from 255) = 29.82%
R=50.90%
G=19.28%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987511600.620.410.2234051.953.53
HexC64B7403E29161543436
Octal30611316407651265246466
Binary1100011010010111110100011111010100110110101010100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B74; }

 p { color: rgb(198,75,116); }

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

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

 a { background-color: rgb(198,75,116); }

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

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

 span { border-color: rgb(198,75,116); }

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