#C05A6C

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

Shades of Cabaret #C05A6C

Tints of Cabaret #C05A6C

Color information

#C05A6C (or 0xC05A6C) is unknown color: approx Cabaret. HEX triplet: C0, 5A and 6C. RGB value is (192,90,108). Sum of RGB (Red+Green+Blue) = 192+90+108=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A6C is #3FA593. Grayscale: #7A7A7A. Windows color (decimal): -4171156 or 7101120. OLE color: 7101120.

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

Color convert

RGB19290108-
CMYK00.530.440.25
HSL349.41º44.74%55.29%-
HSV(B)349.41º53.12%75.29%-
XYZ28.119.616.49-
YUV122.55119.79177.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.23%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=49.23%
G=23.08%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929010800.530.440.25349.4144.7455.29
HexC05A6C0352C1915d2d37
Octal30013215406554315355567
Binary1100000010110101101100011010110110011001101011101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A6C; }

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

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

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

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

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

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

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

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