#C85F70

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

Shades of Cabaret #C85F70

Tints of Cabaret #C85F70

Color information

#C85F70 (or 0xC85F70) is unknown color: approx Cabaret. HEX triplet: C8, 5F and 70. RGB value is (200,95,112). Sum of RGB (Red+Green+Blue) = 200+95+112=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C85F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85F70 is #37A08F. Grayscale: #808080. Windows color (decimal): -3645584 or 7364552. OLE color: 7364552.

HSL color Cylindrical-coordinate representation of color #C85F70: hue angle of 350.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C85F70 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB20095112-
CMYK00.520.440.22
HSL350.29º48.84%57.84%-
HSV(B)350.29º52.5%78.43%-
XYZ30.8421.6317.88-
YUV128.33118.79179.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 112 (44.14% from 255) = 27.52%
R=49.14%
G=23.34%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009511200.520.440.22350.2948.8457.84
HexC85F700342C1615e313a
Octal31013716006454265366172
Binary1100100010111111110000011010010110010110101011110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85F70; }

 p { color: rgb(200,95,112); }

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

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

 a { background-color: rgb(200,95,112); }

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

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

 span { border-color: rgb(200,95,112); }

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