Html Css Color HEX #C1ADC6 Lola

📋 copy color: '#C1ADC6'

red 193 ◦ green 173 ◦ blue 198

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

Shades of Lola #C1ADC6

Tints of Lola #C1ADC6

RGB

 RED value IS 193 (75.78% from 255) = 34.22%

 GREEN value IS 173 (67.97% from 255) = 30.67%

 BLUE value IS 198 (77.73% from 255) = 35.11%

R = 34.22%
G = 30.67%
B = 35.11%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C1ADC6 (or 0xC1ADC6) is known color: Lola. HEX triplet: C1, AD and C6. RGB value is (193,173,198). Sum of RGB (Red+Green+Blue) = 193+173+198=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 198 - color contains mainly: blue. Hex color #C1ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADC6 is #3E5239. Grayscale: #B5B5B5. Windows color (decimal): -4084282 or 13020609. OLE color: 13020609.

HSL color Cylindrical-coordinate representation of color #C1ADC6: hue angle of 288º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1ADC6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 173 198 -
CMYK 0.03 0.13 0 0.22
HSL 288º 0.18% 0.73% -
HSV(B) 288º 0.13% 0.78% -
XYZ 47.13 45.3 59.69 -
YUV 181.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 193 173 198 0.03 0.13 0 0.22 288 0.18 0.73
Hex C1 AD C6 3 D 0 16 120 12 49
Octal 301 255 306 3 15 0 26 440 22 111
Binary 11000001 10101101 11000110 11 1101 0 10110 100100000 10010 1001001

Color Harmonies of #C1ADC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADC6

Black with #C1ADC6

Text Example


Text Example

White with #C1ADC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADC6; }

 p { color: rgb(193,173,198); }

 H1.HeaderClassName
 {
   color: #C1ADC6;
 }
 .AnyTagClassName
 {
   color: #C1ADC6;
 }
</style>

background-color css

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

 a { background-color: rgb(193,173,198); }

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

border-color css

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

 span { border-color: rgb(193,173,198); }

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