Html Css Color HEX #CF9FBA Lily

📋 copy color: '#CF9FBA'

red 207 ◦ green 159 ◦ blue 186

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

Shades of Lily #CF9FBA

Tints of Lily #CF9FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.8%

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

R = 37.5%
G = 28.8%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF9FBA (or 0xCF9FBA) is known color: Lily. HEX triplet: CF, 9F and BA. RGB value is (207,159,186). Sum of RGB (Red+Green+Blue) = 207+159+186=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FBA is #306045. Grayscale: #B0B0B0. Windows color (decimal): -3170374 or 12230607. OLE color: 12230607.

HSL color Cylindrical-coordinate representation of color #CF9FBA: hue angle of 326.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CF9FBA is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 159 186 -
CMYK 0 0.23 0.10 0.19
HSL 326.25º 0.33% 0.72% -
HSV(B) 326.25º 0.23% 0.81% -
XYZ 46.99 41.61 52.01 -
YUV 176.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 207 159 186 0 0.23 0.10 0.19 326.25 0.33 0.72
Hex CF 9F BA 0 17 A 13 146 21 48
Octal 317 237 272 0 27 12 23 506 41 110
Binary 11001111 10011111 10111010 0 10111 1010 10011 101000110 100001 1001000

Color Harmonies of #CF9FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FBA

Black with #CF9FBA

Text Example


Text Example

White with #CF9FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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