#C95D7C

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

Shades of Cabaret #C95D7C

Tints of Cabaret #C95D7C

Color information

#C95D7C (or 0xC95D7C) is unknown color: approx Cabaret. HEX triplet: C9, 5D and 7C. RGB value is (201,93,124). Sum of RGB (Red+Green+Blue) = 201+93+124=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D7C is #36A283. Grayscale: #808080. Windows color (decimal): -3580548 or 8150473. OLE color: 8150473.

HSL color Cylindrical-coordinate representation of color #C95D7C: hue angle of 342.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95D7C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB20193124-
CMYK00.540.380.21
HSL342.78º50%57.65%-
HSV(B)342.78º53.73%78.82%-
XYZ31.6421.721.59-
YUV128.83125.28179.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 93 (36.72% from 255) = 22.25%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=48.09%
G=22.25%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019312400.540.380.21342.785057.65
HexC95D7C0362615157323a
Octal31113517406646255276272
Binary1100100110111011111100011011010011010101101010111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95D7C; }

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

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

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

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

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

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

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

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