Html Css Color HEX #C0ACC6 Lola

📋 copy color: '#C0ACC6'

red 192 ◦ green 172 ◦ blue 198

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

Shades of Lola #C0ACC6

Tints of Lola #C0ACC6

RGB

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

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

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

R = 34.16%
G = 30.6%
B = 35.23%

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

#C0ACC6 (or 0xC0ACC6) is known color: Lola. HEX triplet: C0, AC and C6. RGB value is (192,172,198). Sum of RGB (Red+Green+Blue) = 192+172+198=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #C0ACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACC6 is #3F5339. Grayscale: #B4B4B4. Windows color (decimal): -4150074 or 13020352. OLE color: 13020352.

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

Color convert

RGB 192 172 198 -
CMYK 0.03 0.13 0 0.22
HSL 286.15º 0.19% 0.73% -
HSV(B) 286.15º 0.13% 0.78% -
XYZ 46.68 44.79 59.61 -
YUV 180.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 192 172 198 0.03 0.13 0 0.22 286.15 0.19 0.73
Hex C0 AC C6 3 D 0 16 11E 13 49
Octal 300 254 306 3 15 0 26 436 23 111
Binary 11000000 10101100 11000110 11 1101 0 10110 100011110 10011 1001001

Color Harmonies of #C0ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACC6

Black with #C0ACC6

Text Example


Text Example

White with #C0ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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