Html Css Color HEX #CFA6B8 Lily

📋 copy color: '#CFA6B8'

red 207 ◦ green 166 ◦ blue 184

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

Shades of Lily #CFA6B8

Tints of Lily #CFA6B8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

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

R = 37.16%
G = 29.8%
B = 33.03%

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

#CFA6B8 (or 0xCFA6B8) is known color: Lily. HEX triplet: CF, A6 and B8. RGB value is (207,166,184). Sum of RGB (Red+Green+Blue) = 207+166+184=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6B8 is #305947. Grayscale: #B4B4B4. Windows color (decimal): -3168584 or 12101327. OLE color: 12101327.

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

Color convert

RGB 207 166 184 -
CMYK 0 0.20 0.11 0.19
HSL 333.66º 0.3% 0.73% -
HSV(B) 333.66º 0.2% 0.81% -
XYZ 48.02 44 51.31 -
YUV 180.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 207 166 184 0 0.20 0.11 0.19 333.66 0.3 0.73
Hex CF A6 B8 0 14 B 13 14E 1E 49
Octal 317 246 270 0 24 13 23 516 36 111
Binary 11001111 10100110 10111000 0 10100 1011 10011 101001110 11110 1001001

Color Harmonies of #CFA6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6B8

Black with #CFA6B8

Text Example


Text Example

White with #CFA6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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