Html Css Color HEX #CF92B3 Lily

📋 copy color: '#CF92B3'

red 207 ◦ green 146 ◦ blue 179

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

Shades of Lily #CF92B3

Tints of Lily #CF92B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.65%

R = 38.91%
G = 27.44%
B = 33.65%

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

#CF92B3 (or 0xCF92B3) is known color: Lily. HEX triplet: CF, 92 and B3. RGB value is (207,146,179). Sum of RGB (Red+Green+Blue) = 207+146+179=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 179 (70.31% from 255 or 33.65% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92B3 is #306D4C. Grayscale: #A7A7A7. Windows color (decimal): -3173709 or 11768527. OLE color: 11768527.

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

Color convert

RGB 207 146 179 -
CMYK 0 0.29 0.14 0.19
HSL 327.54º 0.39% 0.69% -
HSV(B) 327.54º 0.29% 0.81% -
XYZ 44.15 37.08 47.48 -
YUV 168 134.21 155.82 -
System Red Green Blue C M Y K H S L
Decimal 207 146 179 0 0.29 0.14 0.19 327.54 0.39 0.69
Hex CF 92 B3 0 1D E 13 148 27 45
Octal 317 222 263 0 35 16 23 510 47 105
Binary 11001111 10010010 10110011 0 11101 1110 10011 101001000 100111 1000101

Color Harmonies of #CF92B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF92B3

Black with #CF92B3

Text Example


Text Example

White with #CF92B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF92B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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