#C699AA

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

Shades of Viola #C699AA

Tints of Viola #C699AA

Color information

#C699AA (or 0xC699AA) is unknown color: approx Viola. HEX triplet: C6, 99 and AA. RGB value is (198,153,170). Sum of RGB (Red+Green+Blue) = 198+153+170=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C699AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C699AA is #396655. Grayscale: #A8A8A8. Windows color (decimal): -3761750 or 11180486. OLE color: 11180486.

HSL color Cylindrical-coordinate representation of color #C699AA: hue angle of 337.33º 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 #C699AA is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB198153170-
CMYK00.230.140.22
HSL337.33º28.3%68.82%-
HSV(B)337.33º22.73%77.65%-
XYZ41.9437.6943.09-
YUV168.39128.91149.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 153 (60.16% from 255) = 29.37%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=38.00%
G=29.37%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815317000.230.140.22337.3328.368.82
HexC699AA017E161511c45
Octal306231252027162652134105
Binary110001101001100110101010010111111010110101010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C699AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C699AA; }

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

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

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

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

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

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

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

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