Html Css Color HEX #CF9FB7 Lily

📋 copy color: '#CF9FB7'

red 207 ◦ green 159 ◦ blue 183

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

Shades of Lily #CF9FB7

Tints of Lily #CF9FB7

RGB

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

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

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

R = 37.7%
G = 28.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF9FB7 (or 0xCF9FB7) is known color: Lily. HEX triplet: CF, 9F and B7. RGB value is (207,159,183). Sum of RGB (Red+Green+Blue) = 207+159+183=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FB7 is #306048. Grayscale: #B0B0B0. Windows color (decimal): -3170377 or 12033999. OLE color: 12033999.

HSL color Cylindrical-coordinate representation of color #CF9FB7: hue angle of 330º 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 #CF9FB7 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 159 183 -
CMYK 0 0.23 0.12 0.19
HSL 330º 0.33% 0.72% -
HSV(B) 330º 0.23% 0.81% -
XYZ 46.68 41.48 50.35 -
YUV 176.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 207 159 183 0 0.23 0.12 0.19 330 0.33 0.72
Hex CF 9F B7 0 17 C 13 14A 21 48
Octal 317 237 267 0 27 14 23 512 41 110
Binary 11001111 10011111 10110111 0 10111 1100 10011 101001010 100001 1001000

Color Harmonies of #CF9FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FB7

Black with #CF9FB7

Text Example


Text Example

White with #CF9FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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