#C69BAA

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

Shades of Viola #C69BAA

Tints of Viola #C69BAA

Color information

#C69BAA (or 0xC69BAA) is unknown color: approx Viola. HEX triplet: C6, 9B and AA. RGB value is (198,155,170). Sum of RGB (Red+Green+Blue) = 198+155+170=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69BAA is #396455. Grayscale: #A9A9A9. Windows color (decimal): -3761238 or 11180998. OLE color: 11180998.

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

Color convert

RGB198155170-
CMYK00.220.140.22
HSL339.07º27.39%69.22%-
HSV(B)339.07º21.72%77.65%-
XYZ42.2738.3543.2-
YUV169.57128.25148.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=37.86%
G=29.64%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815517000.220.140.22339.0727.3969.22
HexC69BAA016E161531b45
Octal306233252026162652333105
Binary110001101001101110101010010110111010110101010011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BAA; }

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

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

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

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

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

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

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

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