Html Css Color HEX #C2ACC6 Lola

📋 copy color: '#C2ACC6'

red 194 ◦ green 172 ◦ blue 198

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

Shades of Lola #C2ACC6

Tints of Lola #C2ACC6

RGB

 RED value IS 194 (76.17% from 255) = 34.4%

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

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

R = 34.4%
G = 30.5%
B = 35.11%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C2ACC6 (or 0xC2ACC6) is known color: Lola. HEX triplet: C2, AC and C6. RGB value is (194,172,198). Sum of RGB (Red+Green+Blue) = 194+172+198=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 172 (67.58% from 255 or 30.50% 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 #C2ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACC6 is #3D5339. Grayscale: #B5B5B5. Windows color (decimal): -4019002 or 13020354. OLE color: 13020354.

HSL color Cylindrical-coordinate representation of color #C2ACC6: hue angle of 290.77º degrees, saturation: 0.19, 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 #C2ACC6 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 172 198 -
CMYK 0.02 0.13 0 0.22
HSL 290.77º 0.19% 0.73% -
HSV(B) 290.77º 0.13% 0.78% -
XYZ 47.19 45.05 59.63 -
YUV 181.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 194 172 198 0.02 0.13 0 0.22 290.77 0.19 0.73
Hex C2 AC C6 2 D 0 16 123 13 49
Octal 302 254 306 2 15 0 26 443 23 111
Binary 11000010 10101100 11000110 10 1101 0 10110 100100011 10011 1001001

Color Harmonies of #C2ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACC6

Black with #C2ACC6

Text Example


Text Example

White with #C2ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACC6; }

 p { color: rgb(194,172,198); }

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

background-color css

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

 a { background-color: rgb(194,172,198); }

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

border-color css

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

 span { border-color: rgb(194,172,198); }

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