Html Css Color HEX #CF96B0 Lily

📋 copy color: '#CF96B0'

red 207 ◦ green 150 ◦ blue 176

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

Shades of Lily #CF96B0

Tints of Lily #CF96B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.02%

R = 38.84%
G = 28.14%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF96B0 (or 0xCF96B0) is known color: Lily. HEX triplet: CF, 96 and B0. RGB value is (207,150,176). Sum of RGB (Red+Green+Blue) = 207+150+176=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 176 (69.14% from 255 or 33.02% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF96B0 is #30694F. Grayscale: #A9A9A9. Windows color (decimal): -3172688 or 11572943. OLE color: 11572943.

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

Color convert

RGB 207 150 176 -
CMYK 0 0.28 0.15 0.19
HSL 332.63º 0.37% 0.7% -
HSV(B) 332.63º 0.28% 0.81% -
XYZ 44.47 38.21 46.11 -
YUV 170.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 207 150 176 0 0.28 0.15 0.19 332.63 0.37 0.7
Hex CF 96 B0 0 1C F 13 14D 25 46
Octal 317 226 260 0 34 17 23 515 45 106
Binary 11001111 10010110 10110000 0 11100 1111 10011 101001101 100101 1000110

Color Harmonies of #CF96B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96B0

Black with #CF96B0

Text Example


Text Example

White with #CF96B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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