Html Css Color HEX #C4ADC9 Lola

📋 copy color: '#C4ADC9'

red 196 ◦ green 173 ◦ blue 201

#C4ADC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #C4ADC9

Tints of Lola #C4ADC9

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 value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C4ADC9 (or 0xC4ADC9) is known color: 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

RGB 196 173 201 -
CMYK 0.02 0.14 0 0.21
HSL 289.29º 0.21% 0.73% -
HSV(B) 289.29º 0.14% 0.79% -
XYZ 48.25 45.84 61.56 -
YUV 183.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 196 173 201 0.02 0.14 0 0.21 289.29 0.21 0.73
Hex C4 AD C9 2 E 0 15 121 15 49
Octal 304 255 311 2 16 0 25 441 25 111
Binary 11000100 10101101 11001001 10 1110 0 10101 100100001 10101 1001001

Color Harmonies of #C4ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADC9

Black with #C4ADC9

Text Example


Text Example

White with #C4ADC9

Text Example


Text Example

HTML Codes & Css Web 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>