Html Css Color HEX #CF9FB6 Lily

📋 copy color: '#CF9FB6'

red 207 ◦ green 159 ◦ blue 182

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

Shades of Lily #CF9FB6

Tints of Lily #CF9FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.21%

R = 37.77%
G = 29.01%
B = 33.21%

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

#CF9FB6 (or 0xCF9FB6) is known color: Lily. HEX triplet: CF, 9F and B6. RGB value is (207,159,182). Sum of RGB (Red+Green+Blue) = 207+159+182=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FB6 is #306049. Grayscale: #AFAFAF. Windows color (decimal): -3170378 or 11968463. OLE color: 11968463.

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

Color convert

RGB 207 159 182 -
CMYK 0 0.23 0.12 0.19
HSL 331.25º 0.33% 0.72% -
HSV(B) 331.25º 0.23% 0.81% -
XYZ 46.57 41.44 49.8 -
YUV 175.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 207 159 182 0 0.23 0.12 0.19 331.25 0.33 0.72
Hex CF 9F B6 0 17 C 13 14B 21 48
Octal 317 237 266 0 27 14 23 513 41 110
Binary 11001111 10011111 10110110 0 10111 1100 10011 101001011 100001 1001000

Color Harmonies of #CF9FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FB6

Black with #CF9FB6

Text Example


Text Example

White with #CF9FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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