#C65D7C

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

Shades of Cabaret #C65D7C

Tints of Cabaret #C65D7C

Color information

#C65D7C (or 0xC65D7C) is unknown color: approx Cabaret. HEX triplet: C6, 5D and 7C. RGB value is (198,93,124). Sum of RGB (Red+Green+Blue) = 198+93+124=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D7C is #39A283. Grayscale: #7F7F7F. Windows color (decimal): -3777156 or 8150470. OLE color: 8150470.

HSL color Cylindrical-coordinate representation of color #C65D7C: hue angle of 342.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65D7C is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB19893124-
CMYK00.530.370.22
HSL342.29º47.95%57.06%-
HSV(B)342.29º53.03%77.65%-
XYZ30.8421.2921.55-
YUV127.93125.79177.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.71%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=47.71%
G=22.41%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989312400.530.370.22342.2947.9557.06
HexC65D7C03525161563039
Octal30613517406545265266071
Binary1100011010111011111100011010110010110110101010110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65D7C; }

 p { color: rgb(198,93,124); }

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

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

 a { background-color: rgb(198,93,124); }

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

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

 span { border-color: rgb(198,93,124); }

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