#C85C70

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

Shades of Cabaret #C85C70

Tints of Cabaret #C85C70

Color information

#C85C70 (or 0xC85C70) is unknown color: approx Cabaret. HEX triplet: C8, 5C and 70. RGB value is (200,92,112). Sum of RGB (Red+Green+Blue) = 200+92+112=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C70 is #37A38F. Grayscale: #7E7E7E. Windows color (decimal): -3646352 or 7363784. OLE color: 7363784.

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

Color convert

RGB20092112-
CMYK00.540.440.22
HSL348.89º49.54%57.25%-
HSV(B)348.89º54%78.43%-
XYZ30.5721.117.79-
YUV126.57119.78180.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 112 (44.14% from 255) = 27.72%
R=49.50%
G=22.77%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009211200.540.440.22348.8949.5457.25
HexC85C700362C1615d3239
Octal31013416006654265356271
Binary1100100010111001110000011011010110010110101011101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85C70; }

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

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

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

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

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

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

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

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