Html Css Color HEX #CF99C1 Lily

📋 copy color: '#CF99C1'

red 207 ◦ green 153 ◦ blue 193

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

Shades of Lily #CF99C1

Tints of Lily #CF99C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.9%

R = 37.43%
G = 27.67%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF99C1 (or 0xCF99C1) is known color: Lily. HEX triplet: CF, 99 and C1. RGB value is (207,153,193). Sum of RGB (Red+Green+Blue) = 207+153+193=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CF99C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99C1 is #30663E. Grayscale: #ADADAD. Windows color (decimal): -3171903 or 12687823. OLE color: 12687823.

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

Color convert

RGB 207 153 193 -
CMYK 0 0.26 0.07 0.19
HSL 315.56º 0.36% 0.71% -
HSV(B) 315.56º 0.26% 0.81% -
XYZ 46.75 39.9 55.69 -
YUV 173.71 138.89 151.75 -
System Red Green Blue C M Y K H S L
Decimal 207 153 193 0 0.26 0.07 0.19 315.56 0.36 0.71
Hex CF 99 C1 0 1A 7 13 13C 24 47
Octal 317 231 301 0 32 7 23 474 44 107
Binary 11001111 10011001 11000001 0 11010 111 10011 100111100 100100 1000111

Color Harmonies of #CF99C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99C1

Black with #CF99C1

Text Example


Text Example

White with #CF99C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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