Html Css Color HEX #C1ACC5 Lola

📋 copy color: '#C1ACC5'

red 193 ◦ green 172 ◦ blue 197

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

Shades of Lola #C1ACC5

Tints of Lola #C1ACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.6%

 BLUE value IS 197 (77.34% from 255) = 35.05%

R = 34.34%
G = 30.6%
B = 35.05%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C1ACC5 (or 0xC1ACC5) is known color: Lola. HEX triplet: C1, AC and C5. RGB value is (193,172,197). Sum of RGB (Red+Green+Blue) = 193+172+197=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 197 - color contains mainly: blue. Hex color #C1ACC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACC5 is #3E533A. Grayscale: #B5B5B5. Windows color (decimal): -4084539 or 12954817. OLE color: 12954817.

HSL color Cylindrical-coordinate representation of color #C1ACC5: hue angle of 290.4º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1ACC5 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 172 197 -
CMYK 0.02 0.13 0 0.23
HSL 290.4º 0.18% 0.72% -
HSV(B) 290.4º 0.13% 0.77% -
XYZ 46.82 44.87 59.02 -
YUV 181.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 193 172 197 0.02 0.13 0 0.23 290.4 0.18 0.72
Hex C1 AC C5 2 D 0 17 122 12 48
Octal 301 254 305 2 15 0 27 442 22 110
Binary 11000001 10101100 11000101 10 1101 0 10111 100100010 10010 1001000

Color Harmonies of #C1ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACC5

Black with #C1ACC5

Text Example


Text Example

White with #C1ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACC5; }

 p { color: rgb(193,172,197); }

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

background-color css

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

 a { background-color: rgb(193,172,197); }

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

border-color css

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

 span { border-color: rgb(193,172,197); }

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