#C05E6E

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

Shades of Cabaret #C05E6E

Tints of Cabaret #C05E6E

Color information

#C05E6E (or 0xC05E6E) is unknown color: approx Cabaret. HEX triplet: C0, 5E and 6E. RGB value is (192,94,110). Sum of RGB (Red+Green+Blue) = 192+94+110=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E6E is #3FA191. Grayscale: #7D7D7D. Windows color (decimal): -4170130 or 7233216. OLE color: 7233216.

HSL color Cylindrical-coordinate representation of color #C05E6E: hue angle of 350.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E6E is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19294110-
CMYK00.510.430.25
HSL350.2º43.75%56.08%-
HSV(B)350.2º51.04%75.29%-
XYZ28.5620.3417.17-
YUV125.13119.47175.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.48%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=48.48%
G=23.74%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929411000.510.430.25350.243.7556.08
HexC05E6E0332B1915e2c38
Octal30013615606353315365470
Binary1100000010111101101110011001110101111001101011110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E6E; }

 p { color: rgb(192,94,110); }

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

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

 a { background-color: rgb(192,94,110); }

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

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

 span { border-color: rgb(192,94,110); }

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