Html Css Color HEX #C0ACC1 Lola

📋 copy color: '#C0ACC1'

red 192 ◦ green 172 ◦ blue 193

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

Shades of Lola #C0ACC1

Tints of Lola #C0ACC1

RGB

 RED value IS 192 (75.39% from 255) = 34.47%

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

 BLUE value IS 193 (75.78% from 255) = 34.65%

R = 34.47%
G = 30.88%
B = 34.65%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C0ACC1 (or 0xC0ACC1) is known color: Lola. HEX triplet: C0, AC and C1. RGB value is (192,172,193). Sum of RGB (Red+Green+Blue) = 192+172+193=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #C0ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACC1 is #3F533E. Grayscale: #B4B4B4. Windows color (decimal): -4150079 or 12692672. OLE color: 12692672.

HSL color Cylindrical-coordinate representation of color #C0ACC1: hue angle of 297.14º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ACC1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 172 193 -
CMYK 0.01 0.11 0 0.24
HSL 297.14º 0.14% 0.72% -
HSV(B) 297.14º 0.11% 0.76% -
XYZ 46.12 44.56 56.62 -
YUV 180.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 192 172 193 0.01 0.11 0 0.24 297.14 0.14 0.72
Hex C0 AC C1 1 B 0 18 129 E 48
Octal 300 254 301 1 13 0 30 451 16 110
Binary 11000000 10101100 11000001 1 1011 0 11000 100101001 1110 1001000

Color Harmonies of #C0ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACC1

Black with #C0ACC1

Text Example


Text Example

White with #C0ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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