#C65770

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

Shades of Cabaret #C65770

Tints of Cabaret #C65770

Color information

#C65770 (or 0xC65770) is unknown color: approx Cabaret. HEX triplet: C6, 57 and 70. RGB value is (198,87,112). Sum of RGB (Red+Green+Blue) = 198+87+112=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C65770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65770 is #39A88F. Grayscale: #7B7B7B. Windows color (decimal): -3778704 or 7362502. OLE color: 7362502.

HSL color Cylindrical-coordinate representation of color #C65770: hue angle of 346.49º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65770 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB19887112-
CMYK00.560.430.22
HSL346.49º49.33%55.88%-
HSV(B)346.49º56.06%77.65%-
XYZ29.6219.9917.63-
YUV123.04121.77181.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=49.87%
G=21.91%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988711200.560.430.22346.4949.3355.88
HexC657700382B1615a3138
Octal30612716007053265326170
Binary1100011010101111110000011100010101110110101011010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65770; }

 p { color: rgb(198,87,112); }

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

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

 a { background-color: rgb(198,87,112); }

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

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

 span { border-color: rgb(198,87,112); }

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