#C698AA

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

Shades of Viola #C698AA

Tints of Viola #C698AA

Color information

#C698AA (or 0xC698AA) is unknown color: approx Viola. HEX triplet: C6, 98 and AA. RGB value is (198,152,170). Sum of RGB (Red+Green+Blue) = 198+152+170=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C698AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C698AA is #396755. Grayscale: #A7A7A7. Windows color (decimal): -3762006 or 11180230. OLE color: 11180230.

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

Color convert

RGB198152170-
CMYK00.230.140.22
HSL336.52º28.75%68.63%-
HSV(B)336.52º23.23%77.65%-
XYZ41.7737.3643.04-
YUV167.81129.24149.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=38.08%
G=29.23%
B=32.69%

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
Decimal19815217000.230.140.22336.5228.7568.63
HexC698AA017E161511d45
Octal306230252027162652135105
Binary110001101001100010101010010111111010110101010001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698AA; }

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

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

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

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

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

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

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

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