Html Css Color HEX #CF99BB Lily

📋 copy color: '#CF99BB'

red 207 ◦ green 153 ◦ blue 187

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

Shades of Lily #CF99BB

Tints of Lily #CF99BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.97%

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 37.84%
G = 27.97%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF99BB (or 0xCF99BB) is known color: Lily. HEX triplet: CF, 99 and BB. RGB value is (207,153,187). Sum of RGB (Red+Green+Blue) = 207+153+187=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99BB is #306644. Grayscale: #ACACAC. Windows color (decimal): -3171909 or 12294607. OLE color: 12294607.

HSL color Cylindrical-coordinate representation of color #CF99BB: hue angle of 322.22º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF99BB is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 187 -
CMYK 0 0.26 0.10 0.19
HSL 322.22º 0.36% 0.71% -
HSV(B) 322.22º 0.26% 0.81% -
XYZ 46.09 39.64 52.23 -
YUV 173.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 207 153 187 0 0.26 0.10 0.19 322.22 0.36 0.71
Hex CF 99 BB 0 1A A 13 142 24 47
Octal 317 231 273 0 32 12 23 502 44 107
Binary 11001111 10011001 10111011 0 11010 1010 10011 101000010 100100 1000111

Color Harmonies of #CF99BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99BB

Black with #CF99BB

Text Example


Text Example

White with #CF99BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99BB; }

 p { color: rgb(207,153,187); }

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

background-color css

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

 a { background-color: rgb(207,153,187); }

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

border-color css

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

 span { border-color: rgb(207,153,187); }

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