Html Css Color HEX #CFA1BA Lily

📋 copy color: '#CFA1BA'

red 207 ◦ green 161 ◦ blue 186

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

Shades of Lily #CFA1BA

Tints of Lily #CFA1BA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.06%

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

R = 37.36%
G = 29.06%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFA1BA (or 0xCFA1BA) is known color: Lily. HEX triplet: CF, A1 and BA. RGB value is (207,161,186). Sum of RGB (Red+Green+Blue) = 207+161+186=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1BA is #305E45. Grayscale: #B1B1B1. Windows color (decimal): -3169862 or 12231119. OLE color: 12231119.

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

Color convert

RGB 207 161 186 -
CMYK 0 0.22 0.10 0.19
HSL 327.39º 0.32% 0.72% -
HSV(B) 327.39º 0.22% 0.81% -
XYZ 47.34 42.3 52.12 -
YUV 177.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 207 161 186 0 0.22 0.10 0.19 327.39 0.32 0.72
Hex CF A1 BA 0 16 A 13 147 20 48
Octal 317 241 272 0 26 12 23 507 40 110
Binary 11001111 10100001 10111010 0 10110 1010 10011 101000111 100000 1001000

Color Harmonies of #CFA1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA1BA

Black with #CFA1BA

Text Example


Text Example

White with #CFA1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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