Html Css Color HEX #CF9BC0 Lily

📋 copy color: '#CF9BC0'

red 207 ◦ green 155 ◦ blue 192

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

Shades of Lily #CF9BC0

Tints of Lily #CF9BC0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.98%

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 37.36%
G = 27.98%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF9BC0 (or 0xCF9BC0) is known color: Lily. HEX triplet: CF, 9B and C0. RGB value is (207,155,192). Sum of RGB (Red+Green+Blue) = 207+155+192=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9BC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BC0 is #30643F. Grayscale: #AEAEAE. Windows color (decimal): -3171392 or 12622799. OLE color: 12622799.

HSL color Cylindrical-coordinate representation of color #CF9BC0: hue angle of 317.31º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CF9BC0 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 155 192 -
CMYK 0 0.25 0.07 0.19
HSL 317.31º 0.35% 0.71% -
HSV(B) 317.31º 0.25% 0.81% -
XYZ 46.97 40.51 55.21 -
YUV 174.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 207 155 192 0 0.25 0.07 0.19 317.31 0.35 0.71
Hex CF 9B C0 0 19 7 13 13D 23 47
Octal 317 233 300 0 31 7 23 475 43 107
Binary 11001111 10011011 11000000 0 11001 111 10011 100111101 100011 1000111

Color Harmonies of #CF9BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9BC0

Black with #CF9BC0

Text Example


Text Example

White with #CF9BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9BC0; }

 p { color: rgb(207,155,192); }

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

background-color css

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

 a { background-color: rgb(207,155,192); }

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

border-color css

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

 span { border-color: rgb(207,155,192); }

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