Html Css Color HEX #CFA5B6 Lily

📋 copy color: '#CFA5B6'

red 207 ◦ green 165 ◦ blue 182

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

Shades of Lily #CFA5B6

Tints of Lily #CFA5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.85%

R = 37.36%
G = 29.78%
B = 32.85%

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

#CFA5B6 (or 0xCFA5B6) is known color: Lily. HEX triplet: CF, A5 and B6. RGB value is (207,165,182). Sum of RGB (Red+Green+Blue) = 207+165+182=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 182 (71.48% from 255 or 32.85% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5B6 is #305A49. Grayscale: #B3B3B3. Windows color (decimal): -3168842 or 11969999. OLE color: 11969999.

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

Color convert

RGB 207 165 182 -
CMYK 0 0.20 0.12 0.19
HSL 335.71º 0.3% 0.73% -
HSV(B) 335.71º 0.2% 0.81% -
XYZ 47.63 43.55 50.15 -
YUV 179.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 207 165 182 0 0.20 0.12 0.19 335.71 0.3 0.73
Hex CF A5 B6 0 14 C 13 150 1E 49
Octal 317 245 266 0 24 14 23 520 36 111
Binary 11001111 10100101 10110110 0 10100 1100 10011 101010000 11110 1001001

Color Harmonies of #CFA5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5B6

Black with #CFA5B6

Text Example


Text Example

White with #CFA5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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