Html Css Color HEX #C1A9C6 Lola

📋 copy color: '#C1A9C6'

red 193 ◦ green 169 ◦ blue 198

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

Shades of Lola #C1A9C6

Tints of Lola #C1A9C6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.18%

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

R = 34.46%
G = 30.18%
B = 35.36%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C1A9C6 (or 0xC1A9C6) is known color: Lola. HEX triplet: C1, A9 and C6. RGB value is (193,169,198). Sum of RGB (Red+Green+Blue) = 193+169+198=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 198 - color contains mainly: blue. Hex color #C1A9C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A9C6 is #3E5639. Grayscale: #B3B3B3. Windows color (decimal): -4085306 or 13019585. OLE color: 13019585.

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

Color convert

RGB 193 169 198 -
CMYK 0.03 0.15 0 0.22
HSL 289.66º 0.2% 0.72% -
HSV(B) 289.66º 0.15% 0.78% -
XYZ 46.37 43.79 59.43 -
YUV 179.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 193 169 198 0.03 0.15 0 0.22 289.66 0.2 0.72
Hex C1 A9 C6 3 F 0 16 122 14 48
Octal 301 251 306 3 17 0 26 442 24 110
Binary 11000001 10101001 11000110 11 1111 0 10110 100100010 10100 1001000

Color Harmonies of #C1A9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A9C6

Black with #C1A9C6

Text Example


Text Example

White with #C1A9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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