Html Css Color HEX #C0ABB1 Lily

📋 copy color: '#C0ABB1'

red 192 ◦ green 171 ◦ blue 177

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

Shades of Lily #C0ABB1

Tints of Lily #C0ABB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.78%

R = 35.56%
G = 31.67%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C0ABB1 (or 0xC0ABB1) is known color: Lily. HEX triplet: C0, AB and B1. RGB value is (192,171,177). Sum of RGB (Red+Green+Blue) = 192+171+177=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABB1 is #3F544E. Grayscale: #B1B1B1. Windows color (decimal): -4150351 or 11643840. OLE color: 11643840.

HSL color Cylindrical-coordinate representation of color #C0ABB1: hue angle of 342.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABB1 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 177 -
CMYK 0 0.11 0.08 0.25
HSL 342.86º 0.14% 0.71% -
HSV(B) 342.86º 0.11% 0.75% -
XYZ 44.24 43.51 47.66 -
YUV 177.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 192 171 177 0 0.11 0.08 0.25 342.86 0.14 0.71
Hex C0 AB B1 0 B 8 19 157 E 47
Octal 300 253 261 0 13 10 31 527 16 107
Binary 11000000 10101011 10110001 0 1011 1000 11001 101010111 1110 1000111

Color Harmonies of #C0ABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABB1

Black with #C0ABB1

Text Example


Text Example

White with #C0ABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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