Html Css Color HEX #CF89AF Lily

📋 copy color: '#CF89AF'

red 207 ◦ green 137 ◦ blue 175

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

Shades of Lily #CF89AF

Tints of Lily #CF89AF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.4%

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

R = 39.88%
G = 26.4%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF89AF (or 0xCF89AF) is known color: Lily. HEX triplet: CF, 89 and AF. RGB value is (207,137,175). Sum of RGB (Red+Green+Blue) = 207+137+175=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF89AF is #307650. Grayscale: #A2A2A2. Windows color (decimal): -3176017 or 11504079. OLE color: 11504079.

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

Color convert

RGB 207 137 175 -
CMYK 0 0.34 0.15 0.19
HSL 327.43º 0.42% 0.67% -
HSV(B) 327.43º 0.34% 0.81% -
XYZ 42.42 34.25 44.93 -
YUV 162.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 207 137 175 0 0.34 0.15 0.19 327.43 0.42 0.67
Hex CF 89 AF 0 22 F 13 147 2A 43
Octal 317 211 257 0 42 17 23 507 52 103
Binary 11001111 10001001 10101111 0 100010 1111 10011 101000111 101010 1000011

Color Harmonies of #CF89AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF89AF

Black with #CF89AF

Text Example


Text Example

White with #CF89AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF89AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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