#C05F6E

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

Shades of Cabaret #C05F6E

Tints of Cabaret #C05F6E

Color information

#C05F6E (or 0xC05F6E) is unknown color: approx Cabaret. HEX triplet: C0, 5F and 6E. RGB value is (192,95,110). Sum of RGB (Red+Green+Blue) = 192+95+110=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F6E is #3FA091. Grayscale: #7D7D7D. Windows color (decimal): -4169874 or 7233472. OLE color: 7233472.

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

Color convert

RGB19295110-
CMYK00.510.430.25
HSL350.72º43.5%56.27%-
HSV(B)350.72º50.52%75.29%-
XYZ28.6420.5217.2-
YUV125.71119.14175.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 95 (37.5% from 255) = 23.93%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=48.36%
G=23.93%
B=27.71%

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
Decimal1929511000.510.430.25350.7243.556.27
HexC05F6E0332B1915f2b38
Octal30013715606353315375370
Binary1100000010111111101110011001110101111001101011111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F6E; }

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

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

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

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

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

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

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

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