Html Css Color HEX #C8ABB4 Lily

📋 copy color: '#C8ABB4'

red 200 ◦ green 171 ◦ blue 180

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

Shades of Lily #C8ABB4

Tints of Lily #C8ABB4

RGB

 RED value IS 200 (78.52% from 255) = 36.3%

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

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

R = 36.3%
G = 31.03%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C8ABB4 (or 0xC8ABB4) is known color: Lily. HEX triplet: C8, AB and B4. RGB value is (200,171,180). Sum of RGB (Red+Green+Blue) = 200+171+180=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABB4 is #37544B. Grayscale: #B4B4B4. Windows color (decimal): -3626060 or 11840456. OLE color: 11840456.

HSL color Cylindrical-coordinate representation of color #C8ABB4: hue angle of 341.38º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ABB4 is Cyan = 0, Magento = 0.14, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 171 180 -
CMYK 0 0.14 0.1 0.22
HSL 341.38º 0.21% 0.73% -
HSV(B) 341.38º 0.15% 0.78% -
XYZ 46.62 44.7 49.35 -
YUV 180.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 200 171 180 0 0.14 0.1 0.22 341.38 0.21 0.73
Hex C8 AB B4 0 E A 16 155 15 49
Octal 310 253 264 0 16 12 26 525 25 111
Binary 11001000 10101011 10110100 0 1110 1010 10110 101010101 10101 1001001

Color Harmonies of #C8ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ABB4

Black with #C8ABB4

Text Example


Text Example

White with #C8ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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