Html Css Color HEX #C0ABB4 Lily

📋 copy color: '#C0ABB4'

red 192 ◦ green 171 ◦ blue 180

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

Shades of Lily #C0ABB4

Tints of Lily #C0ABB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.15%

R = 35.36%
G = 31.49%
B = 33.15%

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

#C0ABB4 (or 0xC0ABB4) is known color: Lily. HEX triplet: C0, AB and B4. RGB value is (192,171,180). Sum of RGB (Red+Green+Blue) = 192+171+180=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABB4 is #3F544B. Grayscale: #B2B2B2. Windows color (decimal): -4150348 or 11840448. OLE color: 11840448.

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

Color convert

RGB 192 171 180 -
CMYK 0 0.11 0.06 0.25
HSL 334.29º 0.14% 0.71% -
HSV(B) 334.29º 0.11% 0.75% -
XYZ 44.54 43.63 49.25 -
YUV 178.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 192 171 180 0 0.11 0.06 0.25 334.29 0.14 0.71
Hex C0 AB B4 0 B 6 19 14E E 47
Octal 300 253 264 0 13 6 31 516 16 107
Binary 11000000 10101011 10110100 0 1011 110 11001 101001110 1110 1000111

Color Harmonies of #C0ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABB4

Black with #C0ABB4

Text Example


Text Example

White with #C0ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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