#C85E7A

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

Shades of Cabaret #C85E7A

Tints of Cabaret #C85E7A

Color information

#C85E7A (or 0xC85E7A) is unknown color: approx Cabaret. HEX triplet: C8, 5E and 7A. RGB value is (200,94,122). Sum of RGB (Red+Green+Blue) = 200+94+122=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85E7A is #37A185. Grayscale: #808080. Windows color (decimal): -3645830 or 8019656. OLE color: 8019656.

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

Color convert

RGB20094122-
CMYK00.530.390.22
HSL344.15º49.07%57.65%-
HSV(B)344.15º53%78.43%-
XYZ31.3321.6920.95-
YUV128.89124.12178.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 94 (37.11% from 255) = 22.60%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=48.08%
G=22.60%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009412200.530.390.22344.1549.0757.65
HexC85E7A0352716158313a
Octal31013617206547265306172
Binary1100100010111101111010011010110011110110101011000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85E7A; }

 p { color: rgb(200,94,122); }

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

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

 a { background-color: rgb(200,94,122); }

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

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

 span { border-color: rgb(200,94,122); }

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