Html Css Color HEX #CF94BB Lily

📋 copy color: '#CF94BB'

red 207 ◦ green 148 ◦ blue 187

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

Shades of Lily #CF94BB

Tints of Lily #CF94BB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.31%

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

R = 38.19%
G = 27.31%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF94BB (or 0xCF94BB) is known color: Lily. HEX triplet: CF, 94 and BB. RGB value is (207,148,187). Sum of RGB (Red+Green+Blue) = 207+148+187=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94BB is #306B44. Grayscale: #A9A9A9. Windows color (decimal): -3173189 or 12293327. OLE color: 12293327.

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

Color convert

RGB 207 148 187 -
CMYK 0 0.29 0.10 0.19
HSL 320.34º 0.38% 0.7% -
HSV(B) 320.34º 0.29% 0.81% -
XYZ 45.29 38.03 51.97 -
YUV 170.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 207 148 187 0 0.29 0.10 0.19 320.34 0.38 0.7
Hex CF 94 BB 0 1D A 13 140 26 46
Octal 317 224 273 0 35 12 23 500 46 106
Binary 11001111 10010100 10111011 0 11101 1010 10011 101000000 100110 1000110

Color Harmonies of #CF94BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF94BB

Black with #CF94BB

Text Example


Text Example

White with #CF94BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF94BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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