Html Css Color HEX #CF89BA Lily

📋 copy color: '#CF89BA'

red 207 ◦ green 137 ◦ blue 186

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

Shades of Lily #CF89BA

Tints of Lily #CF89BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.09%

R = 39.06%
G = 25.85%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF89BA (or 0xCF89BA) is known color: Lily. HEX triplet: CF, 89 and BA. RGB value is (207,137,186). Sum of RGB (Red+Green+Blue) = 207+137+186=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF89BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89BA is #307645. Grayscale: #A3A3A3. Windows color (decimal): -3176006 or 12224975. OLE color: 12224975.

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

Color convert

RGB 207 137 186 -
CMYK 0 0.34 0.10 0.19
HSL 318º 0.42% 0.67% -
HSV(B) 318º 0.34% 0.81% -
XYZ 43.54 34.7 50.86 -
YUV 163.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 207 137 186 0 0.34 0.10 0.19 318 0.42 0.67
Hex CF 89 BA 0 22 A 13 13E 2A 43
Octal 317 211 272 0 42 12 23 476 52 103
Binary 11001111 10001001 10111010 0 100010 1010 10011 100111110 101010 1000011

Color Harmonies of #CF89BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF89BA

Black with #CF89BA

Text Example


Text Example

White with #CF89BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF89BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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