#CF95A5

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

Shades of Viola #CF95A5

Tints of Viola #CF95A5

Color information

#CF95A5 (or 0xCF95A5) is unknown color: approx Viola. HEX triplet: CF, 95 and A5. RGB value is (207,149,165). Sum of RGB (Red+Green+Blue) = 207+149+165=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF95A5 is #306A5A. Grayscale: #A8A8A8. Windows color (decimal): -3172955 or 10851791. OLE color: 10851791.

HSL color Cylindrical-coordinate representation of color #CF95A5: hue angle of 343.45º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF95A5 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB207149165-
CMYK00.280.200.19
HSL343.45º37.66%69.8%-
HSV(B)343.45º28.02%81.18%-
XYZ43.2737.4840.55-
YUV168.17126.22155.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.73%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=39.73%
G=28.60%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714916500.280.200.19343.4537.6669.8
HexCF95A501C14131572646
Octal317225245034242352746106
Binary11001111100101011010010101110010100100111010101111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95A5; }

 p { color: rgb(207,149,165); }

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

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

 a { background-color: rgb(207,149,165); }

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

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

 span { border-color: rgb(207,149,165); }

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