#C05C6F

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

Shades of Cabaret #C05C6F

Tints of Cabaret #C05C6F

Color information

#C05C6F (or 0xC05C6F) is unknown color: approx Cabaret. HEX triplet: C0, 5C and 6F. RGB value is (192,92,111). Sum of RGB (Red+Green+Blue) = 192+92+111=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05C6F is #3FA390. Grayscale: #7C7C7C. Windows color (decimal): -4170641 or 7298240. OLE color: 7298240.

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

Color convert

RGB19292111-
CMYK00.520.420.25
HSL348.6º44.25%55.69%-
HSV(B)348.6º52.08%75.29%-
XYZ28.4320.0117.4-
YUV124.07120.63176.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=48.61%
G=23.29%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929211100.520.420.25348.644.2555.69
HexC05C6F0342A1915d2c38
Octal30013415706452315355470
Binary1100000010111001101111011010010101011001101011101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05C6F; }

 p { color: rgb(192,92,111); }

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

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

 a { background-color: rgb(192,92,111); }

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

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

 span { border-color: rgb(192,92,111); }

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