Html Css Color HEX #CFA0BD Lily

📋 copy color: '#CFA0BD'

red 207 ◦ green 160 ◦ blue 189

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

Shades of Lily #CFA0BD

Tints of Lily #CFA0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.99%

R = 37.23%
G = 28.78%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CFA0BD (or 0xCFA0BD) is known color: Lily. HEX triplet: CF, A0 and BD. RGB value is (207,160,189). Sum of RGB (Red+Green+Blue) = 207+160+189=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0BD is #305F42. Grayscale: #B1B1B1. Windows color (decimal): -3170115 or 12427471. OLE color: 12427471.

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

Color convert

RGB 207 160 189 -
CMYK 0 0.23 0.09 0.19
HSL 322.98º 0.33% 0.72% -
HSV(B) 322.98º 0.23% 0.81% -
XYZ 47.49 42.08 53.76 -
YUV 177.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 207 160 189 0 0.23 0.09 0.19 322.98 0.33 0.72
Hex CF A0 BD 0 17 9 13 143 21 48
Octal 317 240 275 0 27 11 23 503 41 110
Binary 11001111 10100000 10111101 0 10111 1001 10011 101000011 100001 1001000

Color Harmonies of #CFA0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA0BD

Black with #CFA0BD

Text Example


Text Example

White with #CFA0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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