Html Css Color HEX #C0ABB5 Lily

📋 copy color: '#C0ABB5'

red 192 ◦ green 171 ◦ blue 181

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

Shades of Lily #C0ABB5

Tints of Lily #C0ABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.27%

R = 35.29%
G = 31.43%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C0ABB5 (or 0xC0ABB5) is known color: Lily. HEX triplet: C0, AB and B5. RGB value is (192,171,181). Sum of RGB (Red+Green+Blue) = 192+171+181=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABB5 is #3F544A. Grayscale: #B2B2B2. Windows color (decimal): -4150347 or 11905984. OLE color: 11905984.

HSL color Cylindrical-coordinate representation of color #C0ABB5: hue angle of 331.43º 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 #C0ABB5 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 171 181 -
CMYK 0 0.11 0.06 0.25
HSL 331.43º 0.14% 0.71% -
HSV(B) 331.43º 0.11% 0.75% -
XYZ 44.64 43.67 49.79 -
YUV 178.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 192 171 181 0 0.11 0.06 0.25 331.43 0.14 0.71
Hex C0 AB B5 0 B 6 19 14B E 47
Octal 300 253 265 0 13 6 31 513 16 107
Binary 11000000 10101011 10110101 0 1011 110 11001 101001011 1110 1000111

Color Harmonies of #C0ABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABB5

Black with #C0ABB5

Text Example


Text Example

White with #C0ABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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