Html Css Color HEX #CFA0BB Lily

📋 copy color: '#CFA0BB'

red 207 ◦ green 160 ◦ blue 187

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

Shades of Lily #CFA0BB

Tints of Lily #CFA0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.75%

R = 37.36%
G = 28.88%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFA0BB (or 0xCFA0BB) is known color: Lily. HEX triplet: CF, A0 and BB. RGB value is (207,160,187). Sum of RGB (Red+Green+Blue) = 207+160+187=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0BB is #305F44. Grayscale: #B1B1B1. Windows color (decimal): -3170117 or 12296399. OLE color: 12296399.

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

Color convert

RGB 207 160 187 -
CMYK 0 0.23 0.10 0.19
HSL 325.53º 0.33% 0.72% -
HSV(B) 325.53º 0.23% 0.81% -
XYZ 47.27 41.99 52.63 -
YUV 177.13 133.57 149.3 -
System Red Green Blue C M Y K H S L
Decimal 207 160 187 0 0.23 0.10 0.19 325.53 0.33 0.72
Hex CF A0 BB 0 17 A 13 146 21 48
Octal 317 240 273 0 27 12 23 506 41 110
Binary 11001111 10100000 10111011 0 10111 1010 10011 101000110 100001 1001000

Color Harmonies of #CFA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA0BB

Black with #CFA0BB

Text Example


Text Example

White with #CFA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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