#C4ADC9

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

Shades of Lola #C4ADC9

Tints of Lola #C4ADC9

Color information

#C4ADC9 (or 0xC4ADC9) is unknown color: approx Lola. HEX triplet: C4, AD and C9. RGB value is (196,173,201). Sum of RGB (Red+Green+Blue) = 196+173+201=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #C4ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADC9 is #3B5236. Grayscale: #B6B6B6. Windows color (decimal): -3887671 or 13217220. OLE color: 13217220.

HSL color Cylindrical-coordinate representation of color #C4ADC9: hue angle of 289.29º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4ADC9 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196173201-
CMYK0.020.1400.21
HSL289.29º20.59%73.33%-
HSV(B)289.29º13.93%78.82%-
XYZ48.2545.8461.56-
YUV183.07138.12137.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=34.39%
G=30.35%
B=35.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961732010.020.1400.21289.2920.5973.33
HexC4ADC92E0151211549
Octal30425531121602544125111
Binary110001001010110111001001101110010101100100001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADC9; }

 p { color: rgb(196,173,201); }

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

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

 a { background-color: rgb(196,173,201); }

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

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

 span { border-color: rgb(196,173,201); }

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