Html Css Color HEX #CFA0BE Lily

📋 copy color: '#CFA0BE'

red 207 ◦ green 160 ◦ blue 190

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

Shades of Lily #CFA0BE

Tints of Lily #CFA0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.73%

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 37.16%
G = 28.73%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFA0BE (or 0xCFA0BE) is known color: Lily. HEX triplet: CF, A0 and BE. RGB value is (207,160,190). Sum of RGB (Red+Green+Blue) = 207+160+190=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0BE is #305F41. Grayscale: #B1B1B1. Windows color (decimal): -3170114 or 12493007. OLE color: 12493007.

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

Color convert

RGB 207 160 190 -
CMYK 0 0.23 0.08 0.19
HSL 321.7º 0.33% 0.72% -
HSV(B) 321.7º 0.23% 0.81% -
XYZ 47.6 42.12 54.34 -
YUV 177.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 207 160 190 0 0.23 0.08 0.19 321.7 0.33 0.72
Hex CF A0 BE 0 17 8 13 142 21 48
Octal 317 240 276 0 27 10 23 502 41 110
Binary 11001111 10100000 10111110 0 10111 1000 10011 101000010 100001 1001000

Color Harmonies of #CFA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA0BE

Black with #CFA0BE

Text Example


Text Example

White with #CFA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA0BE; }

 p { color: rgb(207,160,190); }

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

background-color css

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

 a { background-color: rgb(207,160,190); }

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

border-color css

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

 span { border-color: rgb(207,160,190); }

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