#C085A5

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

Shades of Viola #C085A5

Tints of Viola #C085A5

Color information

#C085A5 (or 0xC085A5) is unknown color: approx Viola. HEX triplet: C0, 85 and A5. RGB value is (192,133,165). Sum of RGB (Red+Green+Blue) = 192+133+165=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C085A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085A5 is #3F7A5A. Grayscale: #9A9A9A. Windows color (decimal): -4160091 or 10847680. OLE color: 10847680.

HSL color Cylindrical-coordinate representation of color #C085A5: hue angle of 327.46º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C085A5 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192133165-
CMYK00.310.140.25
HSL327.46º31.89%63.73%-
HSV(B)327.46º30.73%75.29%-
XYZ36.9230.739.58-
YUV154.29134.05154.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.18%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=39.18%
G=27.14%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213316500.310.140.25327.4631.8963.73
HexC085A501FE191472040
Octal300205245037163150740100
Binary1100000010000101101001010111111110110011010001111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085A5; }

 p { color: rgb(192,133,165); }

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

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

 a { background-color: rgb(192,133,165); }

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

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

 span { border-color: rgb(192,133,165); }

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