Html Css Color HEX #CFA7BA Lily

📋 copy color: '#CFA7BA'

red 207 ◦ green 167 ◦ blue 186

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

Shades of Lily #CFA7BA

Tints of Lily #CFA7BA

RGB

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

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

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

R = 36.96%
G = 29.82%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFA7BA (or 0xCFA7BA) is known color: Lily. HEX triplet: CF, A7 and BA. RGB value is (207,167,186). Sum of RGB (Red+Green+Blue) = 207+167+186=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA7BA is #305845. Grayscale: #B5B5B5. Windows color (decimal): -3168326 or 12232655. OLE color: 12232655.

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

Color convert

RGB 207 167 186 -
CMYK 0 0.19 0.10 0.19
HSL 331.5º 0.29% 0.73% -
HSV(B) 331.5º 0.19% 0.81% -
XYZ 48.41 44.45 52.48 -
YUV 181.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 207 167 186 0 0.19 0.10 0.19 331.5 0.29 0.73
Hex CF A7 BA 0 13 A 13 14C 1D 49
Octal 317 247 272 0 23 12 23 514 35 111
Binary 11001111 10100111 10111010 0 10011 1010 10011 101001100 11101 1001001

Color Harmonies of #CFA7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA7BA

Black with #CFA7BA

Text Example


Text Example

White with #CFA7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA7BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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