#C05E68

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

Shades of Cabaret #C05E68

Tints of Cabaret #C05E68

Color information

#C05E68 (or 0xC05E68) is unknown color: approx Cabaret. HEX triplet: C0, 5E and 68. RGB value is (192,94,104). Sum of RGB (Red+Green+Blue) = 192+94+104=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E68 is #3FA197. Grayscale: #7C7C7C. Windows color (decimal): -4170136 or 6840000. OLE color: 6840000.

HSL color Cylindrical-coordinate representation of color #C05E68: hue angle of 353.88º 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 #C05E68 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19294104-
CMYK00.510.460.25
HSL353.88º43.75%56.08%-
HSV(B)353.88º51.04%75.29%-
XYZ28.2420.2115.51-
YUV124.44116.47176.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.23%
GREEN value IS 94 (37.11% from 255) = 24.10%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=49.23%
G=24.10%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929410400.510.460.25353.8843.7556.08
HexC05E680332E191622c38
Octal30013615006356315425470
Binary1100000010111101101000011001110111011001101100010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E68; }

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

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

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

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

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

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

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

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