#C699A8

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

Shades of Viola #C699A8

Tints of Viola #C699A8

Color information

#C699A8 (or 0xC699A8) is unknown color: approx Viola. HEX triplet: C6, 99 and A8. RGB value is (198,153,168). Sum of RGB (Red+Green+Blue) = 198+153+168=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 168 (66.02% from 255 or 32.37% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C699A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699A8 is #396657. Grayscale: #A8A8A8. Windows color (decimal): -3761752 or 11049414. OLE color: 11049414.

HSL color Cylindrical-coordinate representation of color #C699A8: hue angle of 340º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C699A8 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB198153168-
CMYK00.230.150.22
HSL340º28.3%68.82%-
HSV(B)340º22.73%77.65%-
XYZ41.7537.6242.11-
YUV168.16127.91149.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 153 (60.16% from 255) = 29.48%
BLUE value IS 168 (66.02% from 255) = 32.37%
R=38.15%
G=29.48%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815316800.230.150.2234028.368.82
HexC699A8017F161541c45
Octal306231250027172652434105
Binary110001101001100110101000010111111110110101010100111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699A8; }

 p { color: rgb(198,153,168); }

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

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

 a { background-color: rgb(198,153,168); }

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

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

 span { border-color: rgb(198,153,168); }

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