#C05A6D

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

Shades of Cabaret #C05A6D

Tints of Cabaret #C05A6D

Color information

#C05A6D (or 0xC05A6D) is unknown color: approx Cabaret. HEX triplet: C0, 5A and 6D. RGB value is (192,90,109). Sum of RGB (Red+Green+Blue) = 192+90+109=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A6D is #3FA592. Grayscale: #7A7A7A. Windows color (decimal): -4171155 or 7166656. OLE color: 7166656.

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

Color convert

RGB19290109-
CMYK00.530.430.25
HSL348.82º44.74%55.29%-
HSV(B)348.82º53.12%75.29%-
XYZ28.1519.6216.77-
YUV122.66120.29177.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=49.10%
G=23.02%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929010900.530.430.25348.8244.7455.29
HexC05A6D0352B1915d2d37
Octal30013215506553315355567
Binary1100000010110101101101011010110101111001101011101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A6D; }

 p { color: rgb(192,90,109); }

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

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

 a { background-color: rgb(192,90,109); }

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

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

 span { border-color: rgb(192,90,109); }

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