Html Css Color HEX #CF92BA Lily

📋 copy color: '#CF92BA'

red 207 ◦ green 146 ◦ blue 186

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

Shades of Lily #CF92BA

Tints of Lily #CF92BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 38.4%
G = 27.09%
B = 34.51%

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

#CF92BA (or 0xCF92BA) is known color: Lily. HEX triplet: CF, 92 and BA. RGB value is (207,146,186). Sum of RGB (Red+Green+Blue) = 207+146+186=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92BA is #306D45. Grayscale: #A8A8A8. Windows color (decimal): -3173702 or 12227279. OLE color: 12227279.

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

Color convert

RGB 207 146 186 -
CMYK 0 0.29 0.10 0.19
HSL 320.66º 0.39% 0.69% -
HSV(B) 320.66º 0.29% 0.81% -
XYZ 44.87 37.37 51.3 -
YUV 168.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 207 146 186 0 0.29 0.10 0.19 320.66 0.39 0.69
Hex CF 92 BA 0 1D A 13 141 27 45
Octal 317 222 272 0 35 12 23 501 47 105
Binary 11001111 10010010 10111010 0 11101 1010 10011 101000001 100111 1000101

Color Harmonies of #CF92BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF92BA

Black with #CF92BA

Text Example


Text Example

White with #CF92BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF92BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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