Html Css Color HEX #CFA7B9 Lily

📋 copy color: '#CFA7B9'

red 207 ◦ green 167 ◦ blue 185

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

Shades of Lily #CFA7B9

Tints of Lily #CFA7B9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.87%

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

R = 37.03%
G = 29.87%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFA7B9 (or 0xCFA7B9) is known color: Lily. HEX triplet: CF, A7 and B9. RGB value is (207,167,185). Sum of RGB (Red+Green+Blue) = 207+167+185=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7B9 is #305846. Grayscale: #B4B4B4. Windows color (decimal): -3168327 or 12167119. OLE color: 12167119.

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

Color convert

RGB 207 167 185 -
CMYK 0 0.19 0.11 0.19
HSL 333º 0.29% 0.73% -
HSV(B) 333º 0.19% 0.81% -
XYZ 48.31 44.41 51.92 -
YUV 181.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 207 167 185 0 0.19 0.11 0.19 333 0.29 0.73
Hex CF A7 B9 0 13 B 13 14D 1D 49
Octal 317 247 271 0 23 13 23 515 35 111
Binary 11001111 10100111 10111001 0 10011 1011 10011 101001101 11101 1001001

Color Harmonies of #CFA7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA7B9

Black with #CFA7B9

Text Example


Text Example

White with #CFA7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA7B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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