#C95A6B

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

Shades of Cabaret #C95A6B

Tints of Cabaret #C95A6B

Color information

#C95A6B (or 0xC95A6B) is unknown color: approx Cabaret. HEX triplet: C9, 5A and 6B. RGB value is (201,90,107). Sum of RGB (Red+Green+Blue) = 201+90+107=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A6B is #36A594. Grayscale: #7D7D7D. Windows color (decimal): -3581333 or 7035593. OLE color: 7035593.

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

Color convert

RGB20190107-
CMYK00.550.470.21
HSL350.81º50.68%57.06%-
HSV(B)350.81º55.22%78.82%-
XYZ30.420.7916.32-
YUV125.13117.77182.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 107 (42.19% from 255) = 26.88%
R=50.50%
G=22.61%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019010700.550.470.21350.8150.6857.06
HexC95A6B0372F1515f3339
Octal31113215306757255376371
Binary1100100110110101101011011011110111110101101011111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95A6B; }

 p { color: rgb(201,90,107); }

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

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

 a { background-color: rgb(201,90,107); }

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

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

 span { border-color: rgb(201,90,107); }

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