Html Css Color HEX #CF99BC Lily

📋 copy color: '#CF99BC'

red 207 ◦ green 153 ◦ blue 188

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

Shades of Lily #CF99BC

Tints of Lily #CF99BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.31%

R = 37.77%
G = 27.92%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF99BC (or 0xCF99BC) is known color: Lily. HEX triplet: CF, 99 and BC. RGB value is (207,153,188). Sum of RGB (Red+Green+Blue) = 207+153+188=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99BC is #306643. Grayscale: #ADADAD. Windows color (decimal): -3171908 or 12360143. OLE color: 12360143.

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

Color convert

RGB 207 153 188 -
CMYK 0 0.26 0.09 0.19
HSL 321.11º 0.36% 0.71% -
HSV(B) 321.11º 0.26% 0.81% -
XYZ 46.2 39.68 52.8 -
YUV 173.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 207 153 188 0 0.26 0.09 0.19 321.11 0.36 0.71
Hex CF 99 BC 0 1A 9 13 141 24 47
Octal 317 231 274 0 32 11 23 501 44 107
Binary 11001111 10011001 10111100 0 11010 1001 10011 101000001 100100 1000111

Color Harmonies of #CF99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99BC

Black with #CF99BC

Text Example


Text Example

White with #CF99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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