Html Css Color HEX #CFA0B5 Lily

📋 copy color: '#CFA0B5'

red 207 ◦ green 160 ◦ blue 181

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

Shades of Lily #CFA0B5

Tints of Lily #CFA0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 37.77%
G = 29.2%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CFA0B5 (or 0xCFA0B5) is known color: Lily. HEX triplet: CF, A0 and B5. RGB value is (207,160,181). Sum of RGB (Red+Green+Blue) = 207+160+181=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0B5 is #305F4A. Grayscale: #B0B0B0. Windows color (decimal): -3170123 or 11903183. OLE color: 11903183.

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

Color convert

RGB 207 160 181 -
CMYK 0 0.23 0.13 0.19
HSL 333.19º 0.33% 0.72% -
HSV(B) 333.19º 0.23% 0.81% -
XYZ 46.64 41.74 49.31 -
YUV 176.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 207 160 181 0 0.23 0.13 0.19 333.19 0.33 0.72
Hex CF A0 B5 0 17 D 13 14D 21 48
Octal 317 240 265 0 27 15 23 515 41 110
Binary 11001111 10100000 10110101 0 10111 1101 10011 101001101 100001 1001000

Color Harmonies of #CFA0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA0B5

Black with #CFA0B5

Text Example


Text Example

White with #CFA0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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