Html Css Color HEX #CFA6BA Lily

📋 copy color: '#CFA6BA'

red 207 ◦ green 166 ◦ blue 186

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

Shades of Lily #CFA6BA

Tints of Lily #CFA6BA

RGB

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

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

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

R = 37.03%
G = 29.7%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFA6BA (or 0xCFA6BA) is known color: Lily. HEX triplet: CF, A6 and BA. RGB value is (207,166,186). Sum of RGB (Red+Green+Blue) = 207+166+186=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6BA is #305945. Grayscale: #B4B4B4. Windows color (decimal): -3168582 or 12232399. OLE color: 12232399.

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

Color convert

RGB 207 166 186 -
CMYK 0 0.20 0.10 0.19
HSL 330.73º 0.3% 0.73% -
HSV(B) 330.73º 0.2% 0.81% -
XYZ 48.23 44.08 52.42 -
YUV 180.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 207 166 186 0 0.20 0.10 0.19 330.73 0.3 0.73
Hex CF A6 BA 0 14 A 13 14B 1E 49
Octal 317 246 272 0 24 12 23 513 36 111
Binary 11001111 10100110 10111010 0 10100 1010 10011 101001011 11110 1001001

Color Harmonies of #CFA6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6BA

Black with #CFA6BA

Text Example


Text Example

White with #CFA6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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