Html Css Color HEX #CFA6B9 Lily

📋 copy color: '#CFA6B9'

red 207 ◦ green 166 ◦ blue 185

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

Shades of Lily #CFA6B9

Tints of Lily #CFA6B9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.75%

 BLUE value IS 185 (72.66% from 255) = 33.15%

R = 37.1%
G = 29.75%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFA6B9 (or 0xCFA6B9) is known color: Lily. HEX triplet: CF, A6 and B9. RGB value is (207,166,185). Sum of RGB (Red+Green+Blue) = 207+166+185=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6B9 is #305946. Grayscale: #B4B4B4. Windows color (decimal): -3168583 or 12166863. OLE color: 12166863.

HSL color Cylindrical-coordinate representation of color #CFA6B9: hue angle of 332.2º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6B9 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 185 -
CMYK 0 0.20 0.11 0.19
HSL 332.2º 0.3% 0.73% -
HSV(B) 332.2º 0.2% 0.81% -
XYZ 48.13 44.04 51.86 -
YUV 180.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 207 166 185 0 0.20 0.11 0.19 332.2 0.3 0.73
Hex CF A6 B9 0 14 B 13 14C 1E 49
Octal 317 246 271 0 24 13 23 514 36 111
Binary 11001111 10100110 10111001 0 10100 1011 10011 101001100 11110 1001001

Color Harmonies of #CFA6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6B9

Black with #CFA6B9

Text Example


Text Example

White with #CFA6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6B9; }

 p { color: rgb(207,166,185); }

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

background-color css

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

 a { background-color: rgb(207,166,185); }

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

border-color css

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

 span { border-color: rgb(207,166,185); }

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