#C85C6E

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

Shades of Cabaret #C85C6E

Tints of Cabaret #C85C6E

Color information

#C85C6E (or 0xC85C6E) is unknown color: approx Cabaret. HEX triplet: C8, 5C and 6E. RGB value is (200,92,110). Sum of RGB (Red+Green+Blue) = 200+92+110=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C6E is #37A391. Grayscale: #7E7E7E. Windows color (decimal): -3646354 or 7232712. OLE color: 7232712.

HSL color Cylindrical-coordinate representation of color #C85C6E: hue angle of 350º 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 #C85C6E is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB20092110-
CMYK00.540.450.22
HSL350º49.54%57.25%-
HSV(B)350º54%78.43%-
XYZ30.4621.0617.21-
YUV126.34118.78180.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 110 (43.36% from 255) = 27.36%
R=49.75%
G=22.89%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009211000.540.450.2235049.5457.25
HexC85C6E0362D1615e3239
Octal31013415606655265366271
Binary1100100010111001101110011011010110110110101011110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85C6E; }

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

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

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

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

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

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

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

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