Html Css Color HEX #CFA3BA Lily

📋 copy color: '#CFA3BA'

red 207 ◦ green 163 ◦ blue 186

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

Shades of Lily #CFA3BA

Tints of Lily #CFA3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.32%

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

R = 37.23%
G = 29.32%
B = 33.45%

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

#CFA3BA (or 0xCFA3BA) is known color: Lily. HEX triplet: CF, A3 and BA. RGB value is (207,163,186). Sum of RGB (Red+Green+Blue) = 207+163+186=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3BA is #305C45. Grayscale: #B2B2B2. Windows color (decimal): -3169350 or 12231631. OLE color: 12231631.

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

Color convert

RGB 207 163 186 -
CMYK 0 0.21 0.10 0.19
HSL 328.64º 0.31% 0.73% -
HSV(B) 328.64º 0.21% 0.81% -
XYZ 47.69 43 52.24 -
YUV 178.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 207 163 186 0 0.21 0.10 0.19 328.64 0.31 0.73
Hex CF A3 BA 0 15 A 13 149 1F 49
Octal 317 243 272 0 25 12 23 511 37 111
Binary 11001111 10100011 10111010 0 10101 1010 10011 101001001 11111 1001001

Color Harmonies of #CFA3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA3BA

Black with #CFA3BA

Text Example


Text Example

White with #CFA3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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