#C05F74

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

Shades of Cabaret #C05F74

Tints of Cabaret #C05F74

Color information

#C05F74 (or 0xC05F74) is unknown color: approx Cabaret. HEX triplet: C0, 5F and 74. RGB value is (192,95,116). Sum of RGB (Red+Green+Blue) = 192+95+116=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F74 is #3FA08B. Grayscale: #7E7E7E. Windows color (decimal): -4169868 or 7626688. OLE color: 7626688.

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

Color convert

RGB19295116-
CMYK00.510.400.25
HSL347.01º43.5%56.27%-
HSV(B)347.01º50.52%75.29%-
XYZ28.9820.6518.98-
YUV126.4122.14174.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.64%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 116 (45.70% from 255) = 28.78%
R=47.64%
G=23.57%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929511600.510.400.25347.0143.556.27
HexC05F74033281915b2b38
Octal30013716406350315335370
Binary1100000010111111110100011001110100011001101011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F74; }

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

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

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

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

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

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

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

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