#C95C6C

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

Shades of Cabaret #C95C6C

Tints of Cabaret #C95C6C

Color information

#C95C6C (or 0xC95C6C) is unknown color: approx Cabaret. HEX triplet: C9, 5C and 6C. RGB value is (201,92,108). Sum of RGB (Red+Green+Blue) = 201+92+108=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95C6C is #36A393. Grayscale: #7E7E7E. Windows color (decimal): -3580820 or 7101641. OLE color: 7101641.

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

Color convert

RGB20192108-
CMYK00.540.460.21
HSL351.19º50.23%57.45%-
HSV(B)351.19º54.23%78.82%-
XYZ30.6221.1516.66-
YUV126.42117.61181.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.12%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=50.12%
G=22.94%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019210800.540.460.21351.1950.2357.45
HexC95C6C0362E1515f3239
Octal31113415406656255376271
Binary1100100110111001101100011011010111010101101011111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C6C; }

 p { color: rgb(201,92,108); }

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

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

 a { background-color: rgb(201,92,108); }

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

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

 span { border-color: rgb(201,92,108); }

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