Html Css Color HEX #CFA4BA Lily

📋 copy color: '#CFA4BA'

red 207 ◦ green 164 ◦ blue 186

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

Shades of Lily #CFA4BA

Tints of Lily #CFA4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.44%

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

R = 37.16%
G = 29.44%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFA4BA (or 0xCFA4BA) is known color: Lily. HEX triplet: CF, A4 and BA. RGB value is (207,164,186). Sum of RGB (Red+Green+Blue) = 207+164+186=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4BA is #305B45. Grayscale: #B3B3B3. Windows color (decimal): -3169094 or 12231887. OLE color: 12231887.

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

Color convert

RGB 207 164 186 -
CMYK 0 0.21 0.10 0.19
HSL 329.3º 0.31% 0.73% -
HSV(B) 329.3º 0.21% 0.81% -
XYZ 47.87 43.36 52.3 -
YUV 179.37 131.75 147.71 -
System Red Green Blue C M Y K H S L
Decimal 207 164 186 0 0.21 0.10 0.19 329.3 0.31 0.73
Hex CF A4 BA 0 15 A 13 149 1F 49
Octal 317 244 272 0 25 12 23 511 37 111
Binary 11001111 10100100 10111010 0 10101 1010 10011 101001001 11111 1001001

Color Harmonies of #CFA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA4BA

Black with #CFA4BA

Text Example


Text Example

White with #CFA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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