Html Css Color HEX #C8A4BB Lily

📋 copy color: '#C8A4BB'

red 200 ◦ green 164 ◦ blue 187

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

Shades of Lily #C8A4BB

Tints of Lily #C8A4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.76%

 BLUE value IS 187 (73.44% from 255) = 33.94%

R = 36.3%
G = 29.76%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C8A4BB (or 0xC8A4BB) is known color: Lily. HEX triplet: C8, A4 and BB. RGB value is (200,164,187). Sum of RGB (Red+Green+Blue) = 200+164+187=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A4BB is #375B44. Grayscale: #B1B1B1. Windows color (decimal): -3627845 or 12297416. OLE color: 12297416.

HSL color Cylindrical-coordinate representation of color #C8A4BB: hue angle of 321.67º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8A4BB is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 164 187 -
CMYK 0 0.18 0.06 0.22
HSL 321.67º 0.25% 0.71% -
HSV(B) 321.67º 0.18% 0.78% -
XYZ 46.06 42.42 52.77 -
YUV 177.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 200 164 187 0 0.18 0.06 0.22 321.67 0.25 0.71
Hex C8 A4 BB 0 12 6 16 142 19 47
Octal 310 244 273 0 22 6 26 502 31 107
Binary 11001000 10100100 10111011 0 10010 110 10110 101000010 11001 1000111

Color Harmonies of #C8A4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A4BB

Black with #C8A4BB

Text Example


Text Example

White with #C8A4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A4BB; }

 p { color: rgb(200,164,187); }

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

background-color css

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

 a { background-color: rgb(200,164,187); }

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

border-color css

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

 span { border-color: rgb(200,164,187); }

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