Html Css Color HEX #CF92BB Lily

📋 copy color: '#CF92BB'

red 207 ◦ green 146 ◦ blue 187

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

Shades of Lily #CF92BB

Tints of Lily #CF92BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.04%

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

R = 38.33%
G = 27.04%
B = 34.63%

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

#CF92BB (or 0xCF92BB) is known color: Lily. HEX triplet: CF, 92 and BB. RGB value is (207,146,187). Sum of RGB (Red+Green+Blue) = 207+146+187=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92BB is #306D44. Grayscale: #A8A8A8. Windows color (decimal): -3173701 or 12292815. OLE color: 12292815.

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

Color convert

RGB 207 146 187 -
CMYK 0 0.29 0.10 0.19
HSL 319.67º 0.39% 0.69% -
HSV(B) 319.67º 0.29% 0.81% -
XYZ 44.98 37.41 51.86 -
YUV 168.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 207 146 187 0 0.29 0.10 0.19 319.67 0.39 0.69
Hex CF 92 BB 0 1D A 13 140 27 45
Octal 317 222 273 0 35 12 23 500 47 105
Binary 11001111 10010010 10111011 0 11101 1010 10011 101000000 100111 1000101

Color Harmonies of #CF92BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF92BB

Black with #CF92BB

Text Example


Text Example

White with #CF92BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF92BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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