Html Css Color HEX #CF89B0 Lily

📋 copy color: '#CF89B0'

red 207 ◦ green 137 ◦ blue 176

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

Shades of Lily #CF89B0

Tints of Lily #CF89B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 39.81%
G = 26.35%
B = 33.85%

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

#CF89B0 (or 0xCF89B0) is known color: Lily. HEX triplet: CF, 89 and B0. RGB value is (207,137,176). Sum of RGB (Red+Green+Blue) = 207+137+176=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF89B0 is #30764F. Grayscale: #A2A2A2. Windows color (decimal): -3176016 or 11569615. OLE color: 11569615.

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

Color convert

RGB 207 137 176 -
CMYK 0 0.34 0.15 0.19
HSL 326.57º 0.42% 0.67% -
HSV(B) 326.57º 0.34% 0.81% -
XYZ 42.51 34.29 45.45 -
YUV 162.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 207 137 176 0 0.34 0.15 0.19 326.57 0.42 0.67
Hex CF 89 B0 0 22 F 13 147 2A 43
Octal 317 211 260 0 42 17 23 507 52 103
Binary 11001111 10001001 10110000 0 100010 1111 10011 101000111 101010 1000011

Color Harmonies of #CF89B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF89B0

Black with #CF89B0

Text Example


Text Example

White with #CF89B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF89B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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