Html Css Color HEX #C0ABB7 Lily

📋 copy color: '#C0ABB7'

red 192 ◦ green 171 ◦ blue 183

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

Shades of Lily #C0ABB7

Tints of Lily #C0ABB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.52%

R = 35.16%
G = 31.32%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C0ABB7 (or 0xC0ABB7) is known color: Lily. HEX triplet: C0, AB and B7. RGB value is (192,171,183). Sum of RGB (Red+Green+Blue) = 192+171+183=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABB7 is #3F5448. Grayscale: #B2B2B2. Windows color (decimal): -4150345 or 12037056. OLE color: 12037056.

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

Color convert

RGB 192 171 183 -
CMYK 0 0.11 0.05 0.25
HSL 325.71º 0.14% 0.71% -
HSV(B) 325.71º 0.11% 0.75% -
XYZ 44.85 43.75 50.88 -
YUV 178.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 192 171 183 0 0.11 0.05 0.25 325.71 0.14 0.71
Hex C0 AB B7 0 B 5 19 146 E 47
Octal 300 253 267 0 13 5 31 506 16 107
Binary 11000000 10101011 10110111 0 1011 101 11001 101000110 1110 1000111

Color Harmonies of #C0ABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABB7

Black with #C0ABB7

Text Example


Text Example

White with #C0ABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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