Html Css Color HEX #CF92B1 Lily

📋 copy color: '#CF92B1'

red 207 ◦ green 146 ◦ blue 177

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

Shades of Lily #CF92B1

Tints of Lily #CF92B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.4%

R = 39.06%
G = 27.55%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF92B1 (or 0xCF92B1) is known color: Lily. HEX triplet: CF, 92 and B1. RGB value is (207,146,177). Sum of RGB (Red+Green+Blue) = 207+146+177=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF92B1 is #306D4E. Grayscale: #A7A7A7. Windows color (decimal): -3173711 or 11637455. OLE color: 11637455.

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

Color convert

RGB 207 146 177 -
CMYK 0 0.29 0.14 0.19
HSL 329.51º 0.39% 0.69% -
HSV(B) 329.51º 0.29% 0.81% -
XYZ 43.95 37 46.42 -
YUV 167.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 207 146 177 0 0.29 0.14 0.19 329.51 0.39 0.69
Hex CF 92 B1 0 1D E 13 14A 27 45
Octal 317 222 261 0 35 16 23 512 47 105
Binary 11001111 10010010 10110001 0 11101 1110 10011 101001010 100111 1000101

Color Harmonies of #CF92B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF92B1

Black with #CF92B1

Text Example


Text Example

White with #CF92B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF92B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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