#C69CAA

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

Shades of Viola #C69CAA

Tints of Viola #C69CAA

Color information

#C69CAA (or 0xC69CAA) is unknown color: approx Viola. HEX triplet: C6, 9C and AA. RGB value is (198,156,170). Sum of RGB (Red+Green+Blue) = 198+156+170=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 156 (61.33% from 255 or 29.77% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69CAA is #396355. Grayscale: #AAAAAA. Windows color (decimal): -3760982 or 11181254. OLE color: 11181254.

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

Color convert

RGB198156170-
CMYK00.210.140.22
HSL340º26.92%69.41%-
HSV(B)340º21.21%77.65%-
XYZ42.4338.6843.26-
YUV170.15127.91147.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 156 (61.33% from 255) = 29.77%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=37.79%
G=29.77%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815617000.210.140.2234026.9269.41
HexC69CAA015E161541b45
Octal306234252025162652433105
Binary110001101001110010101010010101111010110101010100110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CAA; }

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

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

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

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

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

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

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

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