#C65970

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

Shades of Cabaret #C65970

Tints of Cabaret #C65970

Color information

#C65970 (or 0xC65970) is unknown color: approx Cabaret. HEX triplet: C6, 59 and 70. RGB value is (198,89,112). Sum of RGB (Red+Green+Blue) = 198+89+112=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65970 is #39A68F. Grayscale: #7C7C7C. Windows color (decimal): -3778192 or 7363014. OLE color: 7363014.

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

Color convert

RGB19889112-
CMYK00.550.430.22
HSL347.34º48.88%56.27%-
HSV(B)347.34º55.05%77.65%-
XYZ29.7920.3217.68-
YUV124.21121.11180.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=49.62%
G=22.31%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988911200.550.430.22347.3448.8856.27
HexC659700372B1615b3138
Octal30613116006753265336170
Binary1100011010110011110000011011110101110110101011011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65970; }

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

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

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

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

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

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

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

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