#C95671

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

Shades of Cabaret #C95671

Tints of Cabaret #C95671

Color information

#C95671 (or 0xC95671) is unknown color: approx Cabaret. HEX triplet: C9, 56 and 71. RGB value is (201,86,113). Sum of RGB (Red+Green+Blue) = 201+86+113=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C95671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95671 is #36A98E. Grayscale: #7B7B7B. Windows color (decimal): -3582351 or 7427785. OLE color: 7427785.

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

Color convert

RGB20186113-
CMYK00.570.440.21
HSL345.91º51.57%56.27%-
HSV(B)345.91º57.21%78.82%-
XYZ30.420.2717.93-
YUV123.46122.1183.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=50.25%
G=21.5%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018611300.570.440.21345.9151.5756.27
HexC956710392C1515a3438
Octal31112616107154255326470
Binary1100100110101101110001011100110110010101101011010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95671; }

 p { color: rgb(201,86,113); }

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

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

 a { background-color: rgb(201,86,113); }

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

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

 span { border-color: rgb(201,86,113); }

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