#C64B75

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

Shades of Cabaret #C64B75

Tints of Cabaret #C64B75

Color information

#C64B75 (or 0xC64B75) is unknown color: approx Cabaret. HEX triplet: C6, 4B and 75. RGB value is (198,75,117). Sum of RGB (Red+Green+Blue) = 198+75+117=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B75 is #39B48A. Grayscale: #747474. Windows color (decimal): -3781771 or 7687110. OLE color: 7687110.

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

Color convert

RGB19875117-
CMYK00.620.410.22
HSL339.51º51.9%53.53%-
HSV(B)339.51º62.12%77.65%-
XYZ29.0218.3218.84-
YUV116.56128.25186.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.77%
GREEN value IS 75 (29.69% from 255) = 19.23%
BLUE value IS 117 (46.09% from 255) = 30%
R=50.77%
G=19.23%
B=30%

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
Decimal1987511700.620.410.22339.5151.953.53
HexC64B7503E29161543436
Octal30611316507651265246466
Binary1100011010010111110101011111010100110110101010100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B75; }

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

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

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

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

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

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

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

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