Html Css Color HEX #CFA5B8 Lily

📋 copy color: '#CFA5B8'

red 207 ◦ green 165 ◦ blue 184

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

Shades of Lily #CFA5B8

Tints of Lily #CFA5B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.09%

R = 37.23%
G = 29.68%
B = 33.09%

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

#CFA5B8 (or 0xCFA5B8) is known color: Lily. HEX triplet: CF, A5 and B8. RGB value is (207,165,184). Sum of RGB (Red+Green+Blue) = 207+165+184=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5B8 is #305A47. Grayscale: #B3B3B3. Windows color (decimal): -3168840 or 12101071. OLE color: 12101071.

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

Color convert

RGB 207 165 184 -
CMYK 0 0.20 0.11 0.19
HSL 332.86º 0.3% 0.73% -
HSV(B) 332.86º 0.2% 0.81% -
XYZ 47.84 43.64 51.25 -
YUV 179.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 207 165 184 0 0.20 0.11 0.19 332.86 0.3 0.73
Hex CF A5 B8 0 14 B 13 14D 1E 49
Octal 317 245 270 0 24 13 23 515 36 111
Binary 11001111 10100101 10111000 0 10100 1011 10011 101001101 11110 1001001

Color Harmonies of #CFA5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5B8

Black with #CFA5B8

Text Example


Text Example

White with #CFA5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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