Html Css Color HEX #CF9FB8 Lily

📋 copy color: '#CF9FB8'

red 207 ◦ green 159 ◦ blue 184

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

Shades of Lily #CF9FB8

Tints of Lily #CF9FB8

RGB

 RED value IS 207 (81.25% from 255) = 37.64%

 GREEN value IS 159 (62.5% from 255) = 28.91%

 BLUE value IS 184 (72.27% from 255) = 33.45%

R = 37.64%
G = 28.91%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF9FB8 (or 0xCF9FB8) is known color: Lily. HEX triplet: CF, 9F and B8. RGB value is (207,159,184). Sum of RGB (Red+Green+Blue) = 207+159+184=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FB8 is #306047. Grayscale: #B0B0B0. Windows color (decimal): -3170376 or 12099535. OLE color: 12099535.

HSL color Cylindrical-coordinate representation of color #CF9FB8: hue angle of 328.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FB8 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 159 184 -
CMYK 0 0.23 0.11 0.19
HSL 328.75º 0.33% 0.72% -
HSV(B) 328.75º 0.23% 0.81% -
XYZ 46.78 41.52 50.9 -
YUV 176.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 207 159 184 0 0.23 0.11 0.19 328.75 0.33 0.72
Hex CF 9F B8 0 17 B 13 149 21 48
Octal 317 237 270 0 27 13 23 511 41 110
Binary 11001111 10011111 10111000 0 10111 1011 10011 101001001 100001 1001000

Color Harmonies of #CF9FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FB8

Black with #CF9FB8

Text Example


Text Example

White with #CF9FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FB8; }

 p { color: rgb(207,159,184); }

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

background-color css

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

 a { background-color: rgb(207,159,184); }

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

border-color css

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

 span { border-color: rgb(207,159,184); }

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