#C95A7A

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

Shades of Cabaret #C95A7A

Tints of Cabaret #C95A7A

Color information

#C95A7A (or 0xC95A7A) is unknown color: approx Cabaret. HEX triplet: C9, 5A and 7A. RGB value is (201,90,122). Sum of RGB (Red+Green+Blue) = 201+90+122=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95A7A is #36A585. Grayscale: #7E7E7E. Windows color (decimal): -3581318 or 8018633. OLE color: 8018633.

HSL color Cylindrical-coordinate representation of color #C95A7A: hue angle of 342.7º 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 #C95A7A is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB20190122-
CMYK00.550.390.21
HSL342.7º50.68%57.06%-
HSV(B)342.7º55.22%78.82%-
XYZ31.2621.1320.84-
YUV126.84125.27180.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 90 (35.55% from 255) = 21.79%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=48.67%
G=21.79%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019012200.550.390.21342.750.6857.06
HexC95A7A03727151573339
Octal31113217206747255276371
Binary1100100110110101111010011011110011110101101010111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95A7A; }

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

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

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

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

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

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

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

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