Html Css Color HEX #CFA2B7 Lily

📋 copy color: '#CFA2B7'

red 207 ◦ green 162 ◦ blue 183

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

Shades of Lily #CFA2B7

Tints of Lily #CFA2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.15%

R = 37.5%
G = 29.35%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CFA2B7 (or 0xCFA2B7) is known color: Lily. HEX triplet: CF, A2 and B7. RGB value is (207,162,183). Sum of RGB (Red+Green+Blue) = 207+162+183=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2B7 is #305D48. Grayscale: #B1B1B1. Windows color (decimal): -3169609 or 12034767. OLE color: 12034767.

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

Color convert

RGB 207 162 183 -
CMYK 0 0.22 0.12 0.19
HSL 332º 0.32% 0.72% -
HSV(B) 332º 0.22% 0.81% -
XYZ 47.2 42.52 50.52 -
YUV 177.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 207 162 183 0 0.22 0.12 0.19 332 0.32 0.72
Hex CF A2 B7 0 16 C 13 14C 20 48
Octal 317 242 267 0 26 14 23 514 40 110
Binary 11001111 10100010 10110111 0 10110 1100 10011 101001100 100000 1001000

Color Harmonies of #CFA2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA2B7

Black with #CFA2B7

Text Example


Text Example

White with #CFA2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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