Html Css Color HEX #CF96BF Lily

📋 copy color: '#CF96BF'

red 207 ◦ green 150 ◦ blue 191

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

Shades of Lily #CF96BF

Tints of Lily #CF96BF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.37%

 BLUE value IS 191 (75% from 255) = 34.85%

R = 37.77%
G = 27.37%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF96BF (or 0xCF96BF) is known color: Lily. HEX triplet: CF, 96 and BF. RGB value is (207,150,191). Sum of RGB (Red+Green+Blue) = 207+150+191=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96BF is #306940. Grayscale: #ABABAB. Windows color (decimal): -3172673 or 12555983. OLE color: 12555983.

HSL color Cylindrical-coordinate representation of color #CF96BF: hue angle of 316.84º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF96BF is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 191 -
CMYK 0 0.28 0.08 0.19
HSL 316.84º 0.37% 0.7% -
HSV(B) 316.84º 0.28% 0.81% -
XYZ 46.04 38.84 54.36 -
YUV 171.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 207 150 191 0 0.28 0.08 0.19 316.84 0.37 0.7
Hex CF 96 BF 0 1C 8 13 13D 25 46
Octal 317 226 277 0 34 10 23 475 45 106
Binary 11001111 10010110 10111111 0 11100 1000 10011 100111101 100101 1000110

Color Harmonies of #CF96BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96BF

Black with #CF96BF

Text Example


Text Example

White with #CF96BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96BF; }

 p { color: rgb(207,150,191); }

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

background-color css

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

 a { background-color: rgb(207,150,191); }

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

border-color css

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

 span { border-color: rgb(207,150,191); }

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