Html Css Color HEX #CF94B5 Lily

📋 copy color: '#CF94B5'

red 207 ◦ green 148 ◦ blue 181

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

Shades of Lily #CF94B5

Tints of Lily #CF94B5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.61%

 BLUE value IS 181 (71.09% from 255) = 33.77%

R = 38.62%
G = 27.61%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF94B5 (or 0xCF94B5) is known color: Lily. HEX triplet: CF, 94 and B5. RGB value is (207,148,181). Sum of RGB (Red+Green+Blue) = 207+148+181=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94B5 is #306B4A. Grayscale: #A9A9A9. Windows color (decimal): -3173195 or 11900111. OLE color: 11900111.

HSL color Cylindrical-coordinate representation of color #CF94B5: hue angle of 326.44º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF94B5 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 148 181 -
CMYK 0 0.29 0.13 0.19
HSL 326.44º 0.38% 0.7% -
HSV(B) 326.44º 0.29% 0.81% -
XYZ 44.66 37.78 48.65 -
YUV 169.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 207 148 181 0 0.29 0.13 0.19 326.44 0.38 0.7
Hex CF 94 B5 0 1D D 13 146 26 46
Octal 317 224 265 0 35 15 23 506 46 106
Binary 11001111 10010100 10110101 0 11101 1101 10011 101000110 100110 1000110

Color Harmonies of #CF94B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF94B5

Black with #CF94B5

Text Example


Text Example

White with #CF94B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF94B5; }

 p { color: rgb(207,148,181); }

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

background-color css

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

 a { background-color: rgb(207,148,181); }

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

border-color css

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

 span { border-color: rgb(207,148,181); }

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