Html Css Color HEX #CF96B3 Lily

📋 copy color: '#CF96B3'

red 207 ◦ green 150 ◦ blue 179

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

Shades of Lily #CF96B3

Tints of Lily #CF96B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 38.62%
G = 27.99%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF96B3 (or 0xCF96B3) is known color: Lily. HEX triplet: CF, 96 and B3. RGB value is (207,150,179). Sum of RGB (Red+Green+Blue) = 207+150+179=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96B3 is #30694C. Grayscale: #AAAAAA. Windows color (decimal): -3172685 or 11769551. OLE color: 11769551.

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

Color convert

RGB 207 150 179 -
CMYK 0 0.28 0.14 0.19
HSL 329.47º 0.37% 0.7% -
HSV(B) 329.47º 0.28% 0.81% -
XYZ 44.78 38.33 47.69 -
YUV 170.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 207 150 179 0 0.28 0.14 0.19 329.47 0.37 0.7
Hex CF 96 B3 0 1C E 13 149 25 46
Octal 317 226 263 0 34 16 23 511 45 106
Binary 11001111 10010110 10110011 0 11100 1110 10011 101001001 100101 1000110

Color Harmonies of #CF96B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96B3

Black with #CF96B3

Text Example


Text Example

White with #CF96B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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