Html Css Color HEX #CFA2BC Lily

📋 copy color: '#CFA2BC'

red 207 ◦ green 162 ◦ blue 188

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

Shades of Lily #CFA2BC

Tints of Lily #CFA2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.75%

R = 37.16%
G = 29.08%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CFA2BC (or 0xCFA2BC) is known color: Lily. HEX triplet: CF, A2 and BC. RGB value is (207,162,188). Sum of RGB (Red+Green+Blue) = 207+162+188=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2BC is #305D43. Grayscale: #B2B2B2. Windows color (decimal): -3169604 or 12362447. OLE color: 12362447.

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

Color convert

RGB 207 162 188 -
CMYK 0 0.22 0.09 0.19
HSL 325.33º 0.32% 0.72% -
HSV(B) 325.33º 0.22% 0.81% -
XYZ 47.73 42.74 53.31 -
YUV 178.42 133.41 148.39 -
System Red Green Blue C M Y K H S L
Decimal 207 162 188 0 0.22 0.09 0.19 325.33 0.32 0.72
Hex CF A2 BC 0 16 9 13 145 20 48
Octal 317 242 274 0 26 11 23 505 40 110
Binary 11001111 10100010 10111100 0 10110 1001 10011 101000101 100000 1001000

Color Harmonies of #CFA2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA2BC

Black with #CFA2BC

Text Example


Text Example

White with #CFA2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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