#C05F6B

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

Shades of Cabaret #C05F6B

Tints of Cabaret #C05F6B

Color information

#C05F6B (or 0xC05F6B) is unknown color: approx Cabaret. HEX triplet: C0, 5F and 6B. RGB value is (192,95,107). Sum of RGB (Red+Green+Blue) = 192+95+107=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F6B is #3FA094. Grayscale: #7D7D7D. Windows color (decimal): -4169877 or 7036864. OLE color: 7036864.

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

Color convert

RGB19295107-
CMYK00.510.440.25
HSL352.58º43.5%56.27%-
HSV(B)352.58º50.52%75.29%-
XYZ28.4820.4516.36-
YUV125.37117.64175.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 107 (42.19% from 255) = 27.16%
R=48.73%
G=24.11%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929510700.510.440.25352.5843.556.27
HexC05F6B0332C191612b38
Octal30013715306354315415370
Binary1100000010111111101011011001110110011001101100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F6B; }

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

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

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

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

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

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

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

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