Html Css Color HEX #C0ABB3 Lily

📋 copy color: '#C0ABB3'

red 192 ◦ green 171 ◦ blue 179

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

Shades of Lily #C0ABB3

Tints of Lily #C0ABB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.03%

R = 35.42%
G = 31.55%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0ABB3 (or 0xC0ABB3) is known color: Lily. HEX triplet: C0, AB and B3. RGB value is (192,171,179). Sum of RGB (Red+Green+Blue) = 192+171+179=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 179 (70.31% from 255 or 33.03% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABB3 is #3F544C. Grayscale: #B2B2B2. Windows color (decimal): -4150349 or 11774912. OLE color: 11774912.

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

Color convert

RGB 192 171 179 -
CMYK 0 0.11 0.07 0.25
HSL 337.14º 0.14% 0.71% -
HSV(B) 337.14º 0.11% 0.75% -
XYZ 44.44 43.59 48.72 -
YUV 178.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 192 171 179 0 0.11 0.07 0.25 337.14 0.14 0.71
Hex C0 AB B3 0 B 7 19 151 E 47
Octal 300 253 263 0 13 7 31 521 16 107
Binary 11000000 10101011 10110011 0 1011 111 11001 101010001 1110 1000111

Color Harmonies of #C0ABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABB3

Black with #C0ABB3

Text Example


Text Example

White with #C0ABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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