Html Css Color HEX #CFA2BA Lily

📋 copy color: '#CFA2BA'

red 207 ◦ green 162 ◦ blue 186

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

Shades of Lily #CFA2BA

Tints of Lily #CFA2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 37.3%
G = 29.19%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CFA2BA (or 0xCFA2BA) is known color: Lily. HEX triplet: CF, A2 and BA. RGB value is (207,162,186). Sum of RGB (Red+Green+Blue) = 207+162+186=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2BA is #305D45. Grayscale: #B2B2B2. Windows color (decimal): -3169606 or 12231375. OLE color: 12231375.

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

Color convert

RGB 207 162 186 -
CMYK 0 0.22 0.10 0.19
HSL 328º 0.32% 0.72% -
HSV(B) 328º 0.22% 0.81% -
XYZ 47.52 42.65 52.18 -
YUV 178.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 207 162 186 0 0.22 0.10 0.19 328 0.32 0.72
Hex CF A2 BA 0 16 A 13 148 20 48
Octal 317 242 272 0 26 12 23 510 40 110
Binary 11001111 10100010 10111010 0 10110 1010 10011 101001000 100000 1001000

Color Harmonies of #CFA2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA2BA

Black with #CFA2BA

Text Example


Text Example

White with #CFA2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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