#C29DAA

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

Shades of Viola #C29DAA

Tints of Viola #C29DAA

Color information

#C29DAA (or 0xC29DAA) is unknown color: approx Viola. HEX triplet: C2, 9D and AA. RGB value is (194,157,170). Sum of RGB (Red+Green+Blue) = 194+157+170=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DAA is #3D6255. Grayscale: #A9A9A9. Windows color (decimal): -4022870 or 11181506. OLE color: 11181506.

HSL color Cylindrical-coordinate representation of color #C29DAA: hue angle of 338.92º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C29DAA is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194157170-
CMYK00.190.120.24
HSL338.92º23.27%68.82%-
HSV(B)338.92º19.07%76.08%-
XYZ41.5638.4943.27-
YUV169.54128.26145.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=37.24%
G=30.13%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415717000.190.120.24338.9223.2768.82
HexC29DAA013C181531745
Octal302235252023143052327105
Binary110000101001110110101010010011110011000101010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DAA; }

 p { color: rgb(194,157,170); }

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

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

 a { background-color: rgb(194,157,170); }

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

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

 span { border-color: rgb(194,157,170); }

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