Html Css Color HEX #CFA5B7 Lily

📋 copy color: '#CFA5B7'

red 207 ◦ green 165 ◦ blue 183

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

Shades of Lily #CFA5B7

Tints of Lily #CFA5B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.97%

R = 37.3%
G = 29.73%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CFA5B7 (or 0xCFA5B7) is known color: Lily. HEX triplet: CF, A5 and B7. RGB value is (207,165,183). Sum of RGB (Red+Green+Blue) = 207+165+183=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5B7 is #305A48. Grayscale: #B3B3B3. Windows color (decimal): -3168841 or 12035535. OLE color: 12035535.

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

Color convert

RGB 207 165 183 -
CMYK 0 0.20 0.12 0.19
HSL 334.29º 0.3% 0.73% -
HSV(B) 334.29º 0.2% 0.81% -
XYZ 47.73 43.59 50.7 -
YUV 179.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 207 165 183 0 0.20 0.12 0.19 334.29 0.3 0.73
Hex CF A5 B7 0 14 C 13 14E 1E 49
Octal 317 245 267 0 24 14 23 516 36 111
Binary 11001111 10100101 10110111 0 10100 1100 10011 101001110 11110 1001001

Color Harmonies of #CFA5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5B7

Black with #CFA5B7

Text Example


Text Example

White with #CFA5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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