Html Css Color HEX #C0ABC7 Lola

📋 copy color: '#C0ABC7'

red 192 ◦ green 171 ◦ blue 199

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

Shades of Lola #C0ABC7

Tints of Lola #C0ABC7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.43%

 BLUE value IS 199 (78.13% from 255) = 35.41%

R = 34.16%
G = 30.43%
B = 35.41%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C0ABC7 (or 0xC0ABC7) is known color: Lola. HEX triplet: C0, AB and C7. RGB value is (192,171,199). Sum of RGB (Red+Green+Blue) = 192+171+199=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 199 (78.12% from 255 or 35.41% from 562); Max value from RGB is 199 - color contains mainly: blue. Hex color #C0ABC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABC7 is #3F5438. Grayscale: #B4B4B4. Windows color (decimal): -4150329 or 13085632. OLE color: 13085632.

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

Color convert

RGB 192 171 199 -
CMYK 0.04 0.14 0 0.22
HSL 285º 0.2% 0.73% -
HSV(B) 285º 0.14% 0.78% -
XYZ 46.61 44.46 60.16 -
YUV 180.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 192 171 199 0.04 0.14 0 0.22 285 0.2 0.73
Hex C0 AB C7 4 E 0 16 11D 14 49
Octal 300 253 307 4 16 0 26 435 24 111
Binary 11000000 10101011 11000111 100 1110 0 10110 100011101 10100 1001001

Color Harmonies of #C0ABC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABC7

Black with #C0ABC7

Text Example


Text Example

White with #C0ABC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABC7; }

 p { color: rgb(192,171,199); }

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

background-color css

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

 a { background-color: rgb(192,171,199); }

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

border-color css

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

 span { border-color: rgb(192,171,199); }

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