Html Css Color HEX #CF92BE Lily

📋 copy color: '#CF92BE'

red 207 ◦ green 146 ◦ blue 190

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

Shades of Lily #CF92BE

Tints of Lily #CF92BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.99%

R = 38.12%
G = 26.89%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF92BE (or 0xCF92BE) is known color: Lily. HEX triplet: CF, 92 and BE. RGB value is (207,146,190). Sum of RGB (Red+Green+Blue) = 207+146+190=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92BE is #306D41. Grayscale: #A9A9A9. Windows color (decimal): -3173698 or 12489423. OLE color: 12489423.

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

Color convert

RGB 207 146 190 -
CMYK 0 0.29 0.08 0.19
HSL 316.72º 0.39% 0.69% -
HSV(B) 316.72º 0.29% 0.81% -
XYZ 45.31 37.54 53.57 -
YUV 169.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 207 146 190 0 0.29 0.08 0.19 316.72 0.39 0.69
Hex CF 92 BE 0 1D 8 13 13D 27 45
Octal 317 222 276 0 35 10 23 475 47 105
Binary 11001111 10010010 10111110 0 11101 1000 10011 100111101 100111 1000101

Color Harmonies of #CF92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF92BE

Black with #CF92BE

Text Example


Text Example

White with #CF92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF92BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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