#CF96A7

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

Shades of Viola #CF96A7

Tints of Viola #CF96A7

Color information

#CF96A7 (or 0xCF96A7) is unknown color: approx Viola. HEX triplet: CF, 96 and A7. RGB value is (207,150,167). Sum of RGB (Red+Green+Blue) = 207+150+167=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF96A7 is #306958. Grayscale: #A8A8A8. Windows color (decimal): -3172697 or 10983119. OLE color: 10983119.

HSL color Cylindrical-coordinate representation of color #CF96A7: hue angle of 342.11º degrees, saturation: 0.37, 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 #CF96A7 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB207150167-
CMYK00.280.190.19
HSL342.11º37.25%70%-
HSV(B)342.11º27.54%81.18%-
XYZ43.6137.8741.57-
YUV168.98126.88155.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.50%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 167 (65.62% from 255) = 31.87%
R=39.50%
G=28.63%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715016700.280.190.19342.1137.2570
HexCF96A701C13131562546
Octal317226247034232352645106
Binary11001111100101101010011101110010011100111010101101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96A7; }

 p { color: rgb(207,150,167); }

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

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

 a { background-color: rgb(207,150,167); }

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

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

 span { border-color: rgb(207,150,167); }

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