Html Css Color HEX #CFA2B5 Lily

📋 copy color: '#CFA2B5'

red 207 ◦ green 162 ◦ blue 181

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

Shades of Lily #CFA2B5

Tints of Lily #CFA2B5

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.45%

 BLUE value IS 181 (71.09% from 255) = 32.91%

R = 37.64%
G = 29.45%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CFA2B5 (or 0xCFA2B5) is known color: Lily. HEX triplet: CF, A2 and B5. RGB value is (207,162,181). Sum of RGB (Red+Green+Blue) = 207+162+181=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2B5 is #305D4A. Grayscale: #B1B1B1. Windows color (decimal): -3169611 or 11903695. OLE color: 11903695.

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

Color convert

RGB 207 162 181 -
CMYK 0 0.22 0.13 0.19
HSL 334.67º 0.32% 0.72% -
HSV(B) 334.67º 0.22% 0.81% -
XYZ 46.99 42.44 49.43 -
YUV 177.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 207 162 181 0 0.22 0.13 0.19 334.67 0.32 0.72
Hex CF A2 B5 0 16 D 13 14F 20 48
Octal 317 242 265 0 26 15 23 517 40 110
Binary 11001111 10100010 10110101 0 10110 1101 10011 101001111 100000 1001000

Color Harmonies of #CFA2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA2B5

Black with #CFA2B5

Text Example


Text Example

White with #CFA2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA2B5; }

 p { color: rgb(207,162,181); }

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

background-color css

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

 a { background-color: rgb(207,162,181); }

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

border-color css

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

 span { border-color: rgb(207,162,181); }

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