Html Css Color HEX #CFA5B9 Lily

📋 copy color: '#CFA5B9'

red 207 ◦ green 165 ◦ blue 185

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

Shades of Lily #CFA5B9

Tints of Lily #CFA5B9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.62%

 BLUE value IS 185 (72.66% from 255) = 33.21%

R = 37.16%
G = 29.62%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CFA5B9 (or 0xCFA5B9) is known color: Lily. HEX triplet: CF, A5 and B9. RGB value is (207,165,185). Sum of RGB (Red+Green+Blue) = 207+165+185=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5B9 is #305A46. Grayscale: #B3B3B3. Windows color (decimal): -3168839 or 12166607. OLE color: 12166607.

HSL color Cylindrical-coordinate representation of color #CFA5B9: hue angle of 331.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5B9 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 185 -
CMYK 0 0.20 0.11 0.19
HSL 331.43º 0.3% 0.73% -
HSV(B) 331.43º 0.2% 0.81% -
XYZ 47.94 43.68 51.8 -
YUV 179.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 207 165 185 0 0.20 0.11 0.19 331.43 0.3 0.73
Hex CF A5 B9 0 14 B 13 14B 1E 49
Octal 317 245 271 0 24 13 23 513 36 111
Binary 11001111 10100101 10111001 0 10100 1011 10011 101001011 11110 1001001

Color Harmonies of #CFA5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5B9

Black with #CFA5B9

Text Example


Text Example

White with #CFA5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5B9; }

 p { color: rgb(207,165,185); }

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

background-color css

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

 a { background-color: rgb(207,165,185); }

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

border-color css

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

 span { border-color: rgb(207,165,185); }

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