Html Css Color HEX #CF80AE Lily

📋 copy color: '#CF80AE'

red 207 ◦ green 128 ◦ blue 174

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

Shades of Lily #CF80AE

Tints of Lily #CF80AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.15%

 BLUE value IS 174 (68.36% from 255) = 34.18%

R = 40.67%
G = 25.15%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF80AE (or 0xCF80AE) is known color: Lily. HEX triplet: CF, 80 and AE. RGB value is (207,128,174). Sum of RGB (Red+Green+Blue) = 207+128+174=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF80AE is #307F51. Grayscale: #9C9C9C. Windows color (decimal): -3178322 or 11436239. OLE color: 11436239.

HSL color Cylindrical-coordinate representation of color #CF80AE: hue angle of 325.06º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF80AE is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 128 174 -
CMYK 0 0.38 0.16 0.19
HSL 325.06º 0.45% 0.66% -
HSV(B) 325.06º 0.38% 0.81% -
XYZ 41.09 31.76 44.01 -
YUV 156.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 207 128 174 0 0.38 0.16 0.19 325.06 0.45 0.66
Hex CF 80 AE 0 26 10 13 145 2D 42
Octal 317 200 256 0 46 20 23 505 55 102
Binary 11001111 10000000 10101110 0 100110 10000 10011 101000101 101101 1000010

Color Harmonies of #CF80AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF80AE

Black with #CF80AE

Text Example


Text Example

White with #CF80AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF80AE; }

 p { color: rgb(207,128,174); }

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

background-color css

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

 a { background-color: rgb(207,128,174); }

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

border-color css

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

 span { border-color: rgb(207,128,174); }

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