#C95768

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

Shades of Cabaret #C95768

Tints of Cabaret #C95768

Color information

#C95768 (or 0xC95768) is unknown color: approx Cabaret. HEX triplet: C9, 57 and 68. RGB value is (201,87,104). Sum of RGB (Red+Green+Blue) = 201+87+104=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C95768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95768 is #36A897. Grayscale: #7B7B7B. Windows color (decimal): -3582104 or 6838217. OLE color: 6838217.

HSL color Cylindrical-coordinate representation of color #C95768: hue angle of 351.05º degrees, saturation: 0.51, 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 #C95768 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB20187104-
CMYK00.570.480.21
HSL351.05º51.35%56.47%-
HSV(B)351.05º56.72%78.82%-
XYZ29.9920.2315.42-
YUV123.02117.27183.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.28%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=51.28%
G=22.19%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018710400.570.480.21351.0551.3556.47
HexC95768039301515f3338
Octal31112715007160255376370
Binary1100100110101111101000011100111000010101101011111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95768; }

 p { color: rgb(201,87,104); }

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

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

 a { background-color: rgb(201,87,104); }

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

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

 span { border-color: rgb(201,87,104); }

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