Html Css Color HEX #CFA1B2 Lily

📋 copy color: '#CFA1B2'

red 207 ◦ green 161 ◦ blue 178

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

Shades of Lily #CFA1B2

Tints of Lily #CFA1B2

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.49%

 BLUE value IS 178 (69.92% from 255) = 32.6%

R = 37.91%
G = 29.49%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CFA1B2 (or 0xCFA1B2) is known color: Lily. HEX triplet: CF, A1 and B2. RGB value is (207,161,178). Sum of RGB (Red+Green+Blue) = 207+161+178=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA1B2 is #305E4D. Grayscale: #B0B0B0. Windows color (decimal): -3169870 or 11706831. OLE color: 11706831.

HSL color Cylindrical-coordinate representation of color #CFA1B2: hue angle of 337.83º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA1B2 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 161 178 -
CMYK 0 0.22 0.14 0.19
HSL 337.83º 0.32% 0.72% -
HSV(B) 337.83º 0.22% 0.81% -
XYZ 46.51 41.97 47.77 -
YUV 176.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 207 161 178 0 0.22 0.14 0.19 337.83 0.32 0.72
Hex CF A1 B2 0 16 E 13 152 20 48
Octal 317 241 262 0 26 16 23 522 40 110
Binary 11001111 10100001 10110010 0 10110 1110 10011 101010010 100000 1001000

Color Harmonies of #CFA1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA1B2

Black with #CFA1B2

Text Example


Text Example

White with #CFA1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA1B2; }

 p { color: rgb(207,161,178); }

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

background-color css

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

 a { background-color: rgb(207,161,178); }

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

border-color css

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

 span { border-color: rgb(207,161,178); }

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