Html Css Color HEX #CF85AF Lily

📋 copy color: '#CF85AF'

red 207 ◦ green 133 ◦ blue 175

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

Shades of Lily #CF85AF

Tints of Lily #CF85AF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.83%

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 40.19%
G = 25.83%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF85AF (or 0xCF85AF) is known color: Lily. HEX triplet: CF, 85 and AF. RGB value is (207,133,175). Sum of RGB (Red+Green+Blue) = 207+133+175=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF85AF is #307A50. Grayscale: #9F9F9F. Windows color (decimal): -3177041 or 11503055. OLE color: 11503055.

HSL color Cylindrical-coordinate representation of color #CF85AF: hue angle of 325.95º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF85AF is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 175 -
CMYK 0 0.36 0.15 0.19
HSL 325.95º 0.44% 0.67% -
HSV(B) 325.95º 0.36% 0.81% -
XYZ 41.86 33.14 44.75 -
YUV 159.91 136.52 161.58 -
System Red Green Blue C M Y K H S L
Decimal 207 133 175 0 0.36 0.15 0.19 325.95 0.44 0.67
Hex CF 85 AF 0 24 F 13 146 2C 43
Octal 317 205 257 0 44 17 23 506 54 103
Binary 11001111 10000101 10101111 0 100100 1111 10011 101000110 101100 1000011

Color Harmonies of #CF85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF85AF

Black with #CF85AF

Text Example


Text Example

White with #CF85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF85AF; }

 p { color: rgb(207,133,175); }

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

background-color css

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

 a { background-color: rgb(207,133,175); }

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

border-color css

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

 span { border-color: rgb(207,133,175); }

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