Html Css Color HEX #CFA0B8 Lily

📋 copy color: '#CFA0B8'

red 207 ◦ green 160 ◦ blue 184

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

Shades of Lily #CFA0B8

Tints of Lily #CFA0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.39%

R = 37.57%
G = 29.04%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFA0B8 (or 0xCFA0B8) is known color: Lily. HEX triplet: CF, A0 and B8. RGB value is (207,160,184). Sum of RGB (Red+Green+Blue) = 207+160+184=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0B8 is #305F47. Grayscale: #B0B0B0. Windows color (decimal): -3170120 or 12099791. OLE color: 12099791.

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

Color convert

RGB 207 160 184 -
CMYK 0 0.23 0.11 0.19
HSL 329.36º 0.33% 0.72% -
HSV(B) 329.36º 0.23% 0.81% -
XYZ 46.95 41.87 50.95 -
YUV 176.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 207 160 184 0 0.23 0.11 0.19 329.36 0.33 0.72
Hex CF A0 B8 0 17 B 13 149 21 48
Octal 317 240 270 0 27 13 23 511 41 110
Binary 11001111 10100000 10111000 0 10111 1011 10011 101001001 100001 1001000

Color Harmonies of #CFA0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA0B8

Black with #CFA0B8

Text Example


Text Example

White with #CFA0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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