Html Css Color HEX #CFA1BC Lily

📋 copy color: '#CFA1BC'

red 207 ◦ green 161 ◦ blue 188

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

Shades of Lily #CFA1BC

Tints of Lily #CFA1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.81%

R = 37.23%
G = 28.96%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CFA1BC (or 0xCFA1BC) is known color: Lily. HEX triplet: CF, A1 and BC. RGB value is (207,161,188). Sum of RGB (Red+Green+Blue) = 207+161+188=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1BC is #305E43. Grayscale: #B1B1B1. Windows color (decimal): -3169860 or 12362191. OLE color: 12362191.

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

Color convert

RGB 207 161 188 -
CMYK 0 0.22 0.09 0.19
HSL 324.78º 0.32% 0.72% -
HSV(B) 324.78º 0.22% 0.81% -
XYZ 47.55 42.39 53.25 -
YUV 177.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 207 161 188 0 0.22 0.09 0.19 324.78 0.32 0.72
Hex CF A1 BC 0 16 9 13 145 20 48
Octal 317 241 274 0 26 11 23 505 40 110
Binary 11001111 10100001 10111100 0 10110 1001 10011 101000101 100000 1001000

Color Harmonies of #CFA1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA1BC

Black with #CFA1BC

Text Example


Text Example

White with #CFA1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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